mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
(tags-query-replace): Pass t for NOERROR to query-replace-read-args.
This commit is contained in:
parent
347c91407b
commit
17b9c33c8d
@ -1733,7 +1733,7 @@ If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
|
||||
with the command \\[tags-loop-continue].
|
||||
|
||||
See documentation of variable `tags-file-name'."
|
||||
(interactive (query-replace-read-args "Tags query replace (regexp)" t))
|
||||
(interactive (query-replace-read-args "Tags query replace (regexp)" t t))
|
||||
(setq tags-loop-scan `(let ,(unless (equal from (downcase from))
|
||||
'((case-fold-search nil)))
|
||||
(if (re-search-forward ',from nil t)
|
||||
|
Loading…
Reference in New Issue
Block a user