summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.