diff options
| author | Stefan Monnier | 2000-05-22 04:24:01 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-05-22 04:24:01 +0000 |
| commit | 4125ec7e79f8f95f42cce9ff080f23ebd90b0ae9 (patch) | |
| tree | 11db41ee7cd7bb0bf896af54da2c1bb1c4ced97e /lisp/ChangeLog | |
| parent | adee4f912ad6593dc92dd04ea1f8e0f9ef315ccb (diff) | |
| download | emacs-4125ec7e79f8f95f42cce9ff080f23ebd90b0ae9.tar.gz emacs-4125ec7e79f8f95f42cce9ff080f23ebd90b0ae9.zip | |
(comment-region-internal): Go back to BEG after quoting
the nested comment markers.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 159a64ed380..737524baa43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | 2000-05-21 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | |||
| 3 | * newcomment.el (comment-region-internal): Go back to BEG after quoting | ||
| 4 | the nested comment markers. | ||
| 2 | 5 | ||
| 3 | * subr.el (remove-hook): Don't turn the hook's value into a list. | 6 | * subr.el (remove-hook): Don't turn the hook's value into a list. |
| 4 | 7 | ||