From: Dave Love Date: Fri, 26 Nov 1999 17:32:22 +0000 (+0000) Subject: (change-log-mode-hook): Customize. X-Git-Tag: emacs-pretest-21.0.90~5962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3979f1223f6126a427a6c6b55a92f44e9e6a207;p=emacs.git (change-log-mode-hook): Customize. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index f85a62e30ee..073a0ccd044 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -43,6 +43,11 @@ string) :group 'change-log) +(defcustom change-log-mode-hook nil + "Normal hook run by `change-log-mode'." + :type 'hook + :group 'change-log) + (defcustom add-log-current-defun-function nil "\ *If non-nil, function to guess name of current function from surrounding text.