# HG changeset patch # User Glenn Morris # Date 1196913848 0 # Node ID 4437d564bf49d0a6f60cd1f356f578221315c805 # Parent ced29cd9472e5892f28685890cb533576584ab4c Remove directory part from filenames in function declarations. diff -r ced29cd9472e -r 4437d564bf49 lisp/add-log.el --- a/lisp/add-log.el Thu Dec 06 04:03:32 2007 +0000 +++ b/lisp/add-log.el Thu Dec 06 04:04:08 2007 +0000 @@ -826,8 +826,8 @@ '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode) "*Modes that look like TeX to `add-log-current-defun'.") -(declare-function c-beginning-of-defun "progmodes/cc-cmds" (&optional arg)) -(declare-function c-end-of-defun "progmodes/cc-cmds" (&optional arg)) +(declare-function c-beginning-of-defun "cc-cmds" (&optional arg)) +(declare-function c-end-of-defun "cc-cmds" (&optional arg)) ;;;###autoload (defun add-log-current-defun ()