summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-11-26 17:32:22 +0000
committerDave Love <fx@gnu.org>1999-11-26 17:32:22 +0000
commitc3979f1223f6126a427a6c6b55a92f44e9e6a207 (patch)
tree6825b0736e4100998e91c7224fd5b77da6544528 /lisp/add-log.el
parentf3a4b82fe053025c1dfa4092c7226937b2b97fdb (diff)
(change-log-mode-hook): Customize.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el5
1 files changed, 5 insertions, 0 deletions
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.