]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Apr 2008 03:32:40 +0000 (03:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Apr 2008 03:32:40 +0000 (03:32 +0000)
(c-cpp-define-name, c-defun-name): Declare as functions.

lisp/add-log.el

index 8803e764d82f94dfd28ebd8a010c9851cf33e710..d73a83820a4da4c685ef35ffaeef30e11d548741 100644 (file)
@@ -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 ()