diff options
| author | Stefan Monnier | 2001-02-22 01:48:24 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-02-22 01:48:24 +0000 |
| commit | 76a4de07253dab62ca731fb5db09309a07205a09 (patch) | |
| tree | 11c4ad98717ad40987f8f7eb8b752497f8feb47c /lisp/ChangeLog | |
| parent | 2f4c9a87dd2cf316868d146db66c988f2886c9a5 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-02-21 Dave Love <fx@gnu.org> | 6 | 2001-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. |