aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-05-22 04:29:52 +0000
committerStefan Monnier2000-05-22 04:29:52 +0000
commit40aeecadb8fc54c941eb36c6584654627c300c39 (patch)
tree6d7351b72361f557263738ede14be73163765d20 /lisp/ChangeLog
parentc9d80d38167190dcf2c1d049b723e7a70e0d7538 (diff)
downloademacs-40aeecadb8fc54c941eb36c6584654627c300c39.tar.gz
emacs-40aeecadb8fc54c941eb36c6584654627c300c39.zip
Rewritten to take advantage of shy-groups and
intervals which makes it heaps simpler.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 737524baa43..04aa3be2b30 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-05-22 Stefan Monnier <monnier@cs.yale.edu> 12000-05-22 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
4 intervals which makes it heaps simpler.
5
3 * newcomment.el (comment-region-internal): Go back to BEG after quoting 6 * newcomment.el (comment-region-internal): Go back to BEG after quoting
4 the nested comment markers. 7 the nested comment markers.
5 8