Mercurial > emacs
diff src/ChangeLog @ 79443:fc388b33b46d
(Fset_match_data): Remove the `evaporate' feature.
(unwind_set_match_data): Don't use the `evaporate' feature.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 16 Nov 2007 22:16:01 +0000 |
parents | ee0ab94d764c |
children | 7eeee580786a |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 16 18:23:20 2007 +0000 +++ b/src/ChangeLog Fri Nov 16 22:16:01 2007 +0000 @@ -1,7 +1,12 @@ +2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> + + * search.c (Fset_match_data): Remove the `evaporate' feature. + (unwind_set_match_data): Don't use the `evaporate' feature. + 2007-11-15 Andreas Schwab <schwab@suse.de> - * editfns.c (Fformat): Correctly format EMACS_INT values. Also - take precision into account when formatting an integer. + * editfns.c (Fformat): Correctly format EMACS_INT values. + Also take precision into account when formatting an integer. 2007-11-15 Juanma Barranquero <lekktu@gmail.com>