diff options
| author | Glenn Morris <rgm@gnu.org> | 2008-04-03 03:32:40 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2008-04-03 03:32:40 +0000 |
| commit | ab319633b164f5d335915c301dc6d35ae9fd7e80 (patch) | |
| tree | 22ae664e41cd4c1fde1a344ebc0c423c25bc1fe9 /lisp/add-log.el | |
| parent | ce4025c708cbe71881f4b3e82be3ab374bea2fdb (diff) | |
| download | emacs-ab319633b164f5d335915c301dc6d35ae9fd7e80.tar.gz | |
(c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used.
(c-cpp-define-name, c-defun-name): Declare as functions.
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 8803e764d82..d73a83820a4 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -868,8 +868,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 "cc-cmds" (&optional arg)) -(declare-function c-end-of-defun "cc-cmds" (&optional arg)) +(declare-function c-cpp-define-name "cc-cmds" ()) +(declare-function c-defun-name "cc-cmds" ()) ;;;###autoload (defun add-log-current-defun () |
