(Bug#31578) Thanks to Dmitry Gutov <dgutov@yandex.ru>
To continue searching for next match, use command \\[tags-loop-continue]."
(interactive "sSearch marked files (regexp): ")
(tags-search regexp
- (lambda ()
- (mapcar #'car (vc-dir-marked-only-files-and-states)))))
+ (mapcar #'car (vc-dir-marked-only-files-and-states))))
(defun vc-dir-query-replace-regexp (from to &optional delimited)
"Do `query-replace-regexp' of FROM with TO, on all marked files.