Mercurial > emacs
changeset 26613:7f7e6de546ac
(change-log-mode-hook): Customize.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 26 Nov 1999 17:32:22 +0000 |
parents | 7970b988aada |
children | 2616986242eb |
files | lisp/add-log.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.