changeset 50641:7ae78cd3ce2e

(add-log-current-defun-function): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Sat, 19 Apr 2003 04:21:38 +0000
parents 8ec8f6706902
children 77e8ccc064fd
files lisp/add-log.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Sat Apr 19 04:20:58 2003 +0000
+++ b/lisp/add-log.el	Sat Apr 19 04:21:38 2003 +0000
@@ -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.