From c882e1150c5d8e7c29d6d3cddd447bc5216bb318 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 19 Apr 2003 04:21:38 +0000 Subject: [PATCH] (add-log-current-defun-function): Add autoload cookie. --- lisp/add-log.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2