diff options
| author | Gerd Moellmann | 2001-10-05 09:30:59 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-05 09:30:59 +0000 |
| commit | 3d1b88f67c859ec337836cffdbfa11f23f74fb60 (patch) | |
| tree | a9ec666b83aeaf4be11d05e8ad2ea8591aa24b26 | |
| parent | 313b6c69a6d438385a2dc09236962d3a9fee8961 (diff) | |
| download | emacs-3d1b88f67c859ec337836cffdbfa11f23f74fb60.tar.gz emacs-3d1b88f67c859ec337836cffdbfa11f23f74fb60.zip | |
(lm-history-header): Accept `ChangeLog'.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index ae0d54dbb26..83521bae5f1 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el | |||
| @@ -149,7 +149,7 @@ then $identifier: doc string $ is used by GNU ident(1)" | |||
| 149 | :type 'regexp | 149 | :type 'regexp |
| 150 | :group 'lisp-mnt) | 150 | :group 'lisp-mnt) |
| 151 | 151 | ||
| 152 | (defcustom lm-history-header "Change Log\\|History" | 152 | (defcustom lm-history-header "Change ?Log\\|History" |
| 153 | "Regexp which matches the start of code log section." | 153 | "Regexp which matches the start of code log section." |
| 154 | :type 'regexp | 154 | :type 'regexp |
| 155 | :group 'lisp-mnt) | 155 | :group 'lisp-mnt) |