1
0
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:
Roland McGrath 1993-01-25 23:30:39 +00:00
parent 55f0149e49
commit 312f637b70

View File

@ -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.