changeset 29070:0199b9a52c3f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 22 May 2000 04:29:52 +0000
parents cb028b1d6345
children 5a2cce141ebb
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 22 04:28:02 2000 +0000
+++ b/lisp/ChangeLog	Mon May 22 04:29:52 2000 +0000
@@ -1,5 +1,8 @@
 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
+	intervals which makes it heaps simpler.
+
 	* newcomment.el (comment-region-internal): Go back to BEG after quoting
 	the nested comment markers.