Mercurial > emacs
changeset 39563:925776635a57
(lm-history-header): Accept `ChangeLog'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 09:30:59 +0000 |
parents | 9c9bba5b5bad |
children | 0e059993ad95 |
files | lisp/emacs-lisp/lisp-mnt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mnt.el Fri Oct 05 09:30:23 2001 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Fri Oct 05 09:30:59 2001 +0000 @@ -149,7 +149,7 @@ :type 'regexp :group 'lisp-mnt) -(defcustom lm-history-header "Change Log\\|History" +(defcustom lm-history-header "Change ?Log\\|History" "Regexp which matches the start of code log section." :type 'regexp :group 'lisp-mnt)