# HG changeset patch # User Dave Love # Date 943637542 0 # Node ID 7f7e6de546ac396eb3661e53adcadbe28cb70250 # Parent 7970b988aada48ab41c6d94557ae91ace89a2b4b (change-log-mode-hook): Customize. diff -r 7970b988aada -r 7f7e6de546ac lisp/add-log.el --- a/lisp/add-log.el Fri Nov 26 17:31:26 1999 +0000 +++ b/lisp/add-log.el Fri Nov 26 17:32:22 1999 +0000 @@ -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.