>From 62759834245b69f18967f200210979729192cfa5 Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Sun, 8 May 2022 16:25:43 +0530 Subject: [PATCH] dired-do-query-replace-regexp: Refer fileloop-continue instead * lisp/dired-aux.el (dired-do-query-replace-regexp): Refer 'fileloop-continue' instead of the obsolete command 'tags-loop-continue'. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 56897826cb..6803942a19 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -3235,7 +3235,7 @@ dired-do-query-replace-regexp "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], RET or q), you can resume the query replace -with the command \\[tags-loop-continue]." +with the command \\[fileloop-continue]." (interactive (let ((common (query-replace-read-args -- 2.33.1