]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-log-current-defun-function): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Sat, 19 Apr 2003 04:21:38 +0000 (04:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 19 Apr 2003 04:21:38 +0000 (04:21 +0000)
lisp/add-log.el

index a5792601f96c9201fb5123634118a38c9571610f..a4ae8ad11b92531af492fe1a3b1b00ab1609bb14 100644 (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.