Mercurial > emacs
changeset 96910:a7596a078e92
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 23 Jul 2008 01:19:26 +0000 |
parents | 3e4cbf8f8b68 |
children | dd755b7c9f24 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 23 01:19:03 2008 +0000 +++ b/lisp/ChangeLog Wed Jul 23 01:19:26 2008 +0000 @@ -1,3 +1,16 @@ +2008-07-23 Juri Linkov <juri@jurta.org> + + * replace.el (multi-query-replace-map): New variable. + (perform-replace): Add processing of new multi-buffer keys bound + to `automatic-all' and `exit-current'. Set `query-flag' to nil + if last input char was `automatic-all'. Set new local variable + `multi-buffer' to t when one of new two keys were typed. Return + non-nil value of `multi-buffer' that tells to calling functions + to continue replacement on the next file. + + * progmodes/etags.el (tags-query-replace): Set arg `map' of + `perform-replace' to `multi-query-replace-map'. + 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca> * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's