# HG changeset patch # User Gerd Moellmann # Date 1002274259 0 # Node ID 925776635a57055001f75bdbe3f26d358dd23840 # Parent 9c9bba5b5bad509aa9d0ea7d0e9d12683f49de41 (lm-history-header): Accept `ChangeLog'. diff -r 9c9bba5b5bad -r 925776635a57 lisp/emacs-lisp/lisp-mnt.el --- 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)