diff options
author | Miles Bader <miles@gnu.org> | 2005-09-25 22:07:01 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-09-25 22:07:01 +0000 |
commit | 7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12 (patch) | |
tree | 27ba66e7b5ca9a56ca0c0a76169249ee48337e6c /lisp/replace.el | |
parent | 2f022b888f8e37778c13736539bd4434cc882eb2 (diff) | |
parent | 5fae1caef32374fffc256f7f92952398d226fff2 (diff) | |
download | emacs-7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12.tar.gz emacs-7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12.tar.bz2 emacs-7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12.zip |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 556-561)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 122-124)
- Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
- Update from CVS
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 33162b02d3c..e2562ed3469 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -907,7 +907,7 @@ If the value is nil, don't highlight the buffer names specially." (input (read-from-minibuffer (if default - (format "List lines matching regexp (default `%s'): " + (format "List lines matching regexp (default %s): " (query-replace-descr default)) "List lines matching regexp: ") nil |