From: Glenn Morris Date: Thu, 3 Apr 2008 03:32:40 +0000 (+0000) Subject: (c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used. X-Git-Tag: emacs-pretest-23.0.90~6658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab319633b164f5d335915c301dc6d35ae9fd7e80;p=emacs.git (c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used. (c-cpp-define-name, c-defun-name): Declare as functions. --- 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 ()