From: Richard M. Stallman Date: Sat, 19 Apr 2003 04:21:38 +0000 (+0000) Subject: (add-log-current-defun-function): Add autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~10470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c882e1150c5d8e7c29d6d3cddd447bc5216bb318;p=emacs.git (add-log-current-defun-function): Add autoload cookie. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index a5792601f96..a4ae8ad11b9 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -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.