diff options
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r-- | lisp/add-log.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el index 89aeafc75d6..33ecd98ec44 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -826,8 +826,8 @@ Prefix arg means justify as well." '(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 () |