diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-09-12 20:41:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-09-12 20:41:52 +0000 |
commit | 1dc13f3a23c5ef8c3b6fd0bfff11f461ceb5a33a (patch) | |
tree | c054789347a57126fd0533a78ab2befdeefe4781 /lisp | |
parent | bc2973c0c6141dd3b37e7a39675f89f0683c372b (diff) | |
download | emacs-1dc13f3a23c5ef8c3b6fd0bfff11f461ceb5a33a.tar.gz emacs-1dc13f3a23c5ef8c3b6fd0bfff11f461ceb5a33a.tar.bz2 emacs-1dc13f3a23c5ef8c3b6fd0bfff11f461ceb5a33a.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f13d80df1ba..95b3e8fdc0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-09-12 Richard M. Stallman <rms@gnu.org> + + * textmodes/outline.el (outline-regexp): Doc fix. + Initialize it in the defcustom, the usual way. + 2001-09-12 Gerd Moellmann <gerd@gnu.org> * isearch.el (isearch-intersects-p): Fix end checks. |