]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-mode-hook): Customize.
authorDave Love <fx@gnu.org>
Fri, 26 Nov 1999 17:32:22 +0000 (17:32 +0000)
committerDave Love <fx@gnu.org>
Fri, 26 Nov 1999 17:32:22 +0000 (17:32 +0000)
lisp/add-log.el

index f85a62e30ee8c36344a7081888b56f0a166a3233..073a0ccd04409fed4bf3a4ebd8fc5438ea1c5fc1 100644 (file)
                 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.