aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-02-22 01:48:24 +0000
committerStefan Monnier2001-02-22 01:48:24 +0000
commit76a4de07253dab62ca731fb5db09309a07205a09 (patch)
tree11c4ad98717ad40987f8f7eb8b752497f8feb47c /lisp/ChangeLog
parent2f4c9a87dd2cf316868d146db66c988f2886c9a5 (diff)
downloademacs-76a4de07253dab62ca731fb5db09309a07205a09.tar.gz
emacs-76a4de07253dab62ca731fb5db09309a07205a09.zip
(comment-forward): Skip the comment-start before
searching for the comment-end.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b807d9e6bc2..3a35143a68a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2
3 * newcomment.el (comment-forward): Skip the comment-start before
4 searching for the comment-end.
5
12001-02-21 Dave Love <fx@gnu.org> 62001-02-21 Dave Love <fx@gnu.org>
2 7
3 * custom.el (custom-initialize-changed, defcustom): Doc fix. 8 * custom.el (custom-initialize-changed, defcustom): Doc fix.