changeset 1816:7fc396d27130

(tags-query-replace): C-t
author Roland McGrath <roland@gnu.org>
date Mon, 25 Jan 1993 23:30:39 +0000
parents 2f2848511175
children 5c2bdeb13f68
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Mon Jan 25 20:12:52 1993 +0000
+++ b/lisp/progmodes/etags.el	Mon Jan 25 23:30:39 1993 +0000
@@ -1144,7 +1144,7 @@
   (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.