comparison lisp/ChangeLog @ 63154:ef765645a5cf

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 08 Jun 2005 23:04:27 +0000
parents e8b95d8eb45a
children 356a4e78a1e4
comparison
equal deleted inserted replaced
63153:286783f742e6 63154:ef765645a5cf
1 2005-06-09 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4 set-match-data to free markers in match-data.
5
6 * replace.el (replace-match-data): Pass RESEAT arg `t' to
7 match-data to unchain markers in match-data.
8
1 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca> 9 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter 11 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4 the debugger immediately anyway. Undo the 2005-06-06 change, rendered 12 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
5 unnecessary now. 13 unnecessary now.