aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-03 03:32:40 +0000
committerGlenn Morris2008-04-03 03:32:40 +0000
commitab319633b164f5d335915c301dc6d35ae9fd7e80 (patch)
tree22ae664e41cd4c1fde1a344ebc0c423c25bc1fe9
parentce4025c708cbe71881f4b3e82be3ab374bea2fdb (diff)
downloademacs-ab319633b164f5d335915c301dc6d35ae9fd7e80.tar.gz
emacs-ab319633b164f5d335915c301dc6d35ae9fd7e80.zip
(c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used.
(c-cpp-define-name, c-defun-name): Declare as functions.
-rw-r--r--lisp/add-log.el4
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."
868 '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode) 868 '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode)
869 "*Modes that look like TeX to `add-log-current-defun'.") 869 "*Modes that look like TeX to `add-log-current-defun'.")
870 870
871(declare-function c-beginning-of-defun "cc-cmds" (&optional arg)) 871(declare-function c-cpp-define-name "cc-cmds" ())
872(declare-function c-end-of-defun "cc-cmds" (&optional arg)) 872(declare-function c-defun-name "cc-cmds" ())
873 873
874;;;###autoload 874;;;###autoload
875(defun add-log-current-defun () 875(defun add-log-current-defun ()