mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(tags-query-replace): C-t
This commit is contained in:
parent
55f0149e49
commit
312f637b70
@ -1144,7 +1144,7 @@ See documentation of variable `tags-file-name'."
|
||||
(interactive
|
||||
"sTags query replace (regexp): \nsTags query replace %s by: \nP")
|
||||
(setq tags-loop-scan (list 'prog1
|
||||
(list 'if (list 're-search-forward form nil t)
|
||||
(list 'if (list 're-search-forward from nil t)
|
||||
;; When we find a match, move back
|
||||
;; to the beginning of it so perform-replace
|
||||
;; will see it.
|
||||
|
Loading…
Reference in New Issue
Block a user