mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used.
(c-cpp-define-name, c-defun-name): Declare as functions.
This commit is contained in:
parent
ce4025c708
commit
ab319633b1
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user