1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(add-log-current-defun-function): Add autoload cookie.

This commit is contained in:
Richard M. Stallman 2003-04-19 04:21:38 +00:00
parent 75975685cb
commit c882e1150c

View File

@ -50,6 +50,8 @@
:type 'hook
:group 'change-log)
;; Many modes set this variable, so avoid warnings.
;;;###autoload
(defcustom add-log-current-defun-function nil
"*If non-nil, function to guess name of surrounding function.
It is used by `add-log-current-defun' in preference to built-in rules.