aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-05-22 04:24:01 +0000
committerStefan Monnier2000-05-22 04:24:01 +0000
commit4125ec7e79f8f95f42cce9ff080f23ebd90b0ae9 (patch)
tree11db41ee7cd7bb0bf896af54da2c1bb1c4ced97e /lisp/ChangeLog
parentadee4f912ad6593dc92dd04ea1f8e0f9ef315ccb (diff)
downloademacs-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/ChangeLog5
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 @@
12000-05-21 Stefan Monnier <monnier@cs.yale.edu> 12000-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