Mercurial > emacs
changeset 87107:4437d564bf49
Remove directory part from filenames in function declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 04:04:08 +0000 |
parents | ced29cd9472e |
children | b7147cb1c966 |
files | lisp/add-log.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 ()