/[emacs]/emacs/lisp/dired-aux.el
ViewVC logotype

Diff of /emacs/lisp/dired-aux.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.136 by ttn, Sat Aug 6 22:13:42 2005 UTC revision 1.137 by jurta, Tue Aug 9 21:38:24 2005 UTC
# Line 2208  Third arg DELIMITED (prefix arg) means r Line 2208  Third arg DELIMITED (prefix arg) means r
2208  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
2209  with the command \\[tags-loop-continue]."  with the command \\[tags-loop-continue]."
2210    (interactive    (interactive
2211     "sQuery replace in marked files (regexp): \nsQuery replace %s by: \nP")     (let ((common
2212              (query-replace-read-args
2213               "Query replace regexp in marked files" t t)))
2214         (list (nth 0 common) (nth 1 common) (nth 2 common))))
2215    (dolist (file (dired-get-marked-files nil nil 'dired-nondirectory-p))    (dolist (file (dired-get-marked-files nil nil 'dired-nondirectory-p))
2216      (let ((buffer (get-file-buffer file)))      (let ((buffer (get-file-buffer file)))
2217        (if (and buffer (with-current-buffer buffer        (if (and buffer (with-current-buffer buffer

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26