# HG changeset patch # User Richard M. Stallman # Date 1050726098 0 # Node ID 7ae78cd3ce2eb32ff81b75dce4e87cf262068206 # Parent 8ec8f6706902f93d851e5ede2dea1c607eb0f987 (add-log-current-defun-function): Add autoload cookie. diff -r 8ec8f6706902 -r 7ae78cd3ce2e lisp/add-log.el --- 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.