projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee93b69
)
(dired-do-query-replace-regexp): Add `-regexp'
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 16 May 2000 14:32:59 +0000
(14:32 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 16 May 2000 14:32:59 +0000
(14:32 +0000)
to the function name.
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 77f06456c4cecf049be554be70d6f6a84831d67a..74c473ff7f0849dbb86206486439473aa08c5323 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-1960,7
+1960,7
@@
To continue searching for next match, use command \\[tags-loop-continue]."
(tags-search regexp '(dired-get-marked-files)))
;;;###autoload
-(defun dired-do-query-replace (from to &optional delimited)
+(defun dired-do-query-replace
-regexp
(from to &optional delimited)
"Do `query-replace-regexp' of FROM with TO, on all marked files.
Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
If you exit (\\[keyboard-quit] or ESC), you can resume the query replace