From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:05:16 +0000 (+0000) Subject: (add-log-current-defun-function): Likewise. X-Git-Tag: emacs-20.1~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cb58f82564a796979754ee59ec60cbf830f4f42;p=emacs.git (add-log-current-defun-function): Likewise. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index d5af6b4a3d8..0b9e907f9af 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -45,7 +45,7 @@ *If non-nil, function to guess name of current function from surrounding text. \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' instead) with no arguments. It returns a string or nil if it cannot guess." - :type 'boolean + :type 'function :group 'change-log) ;;;###autoload