diff options
author | Roland McGrath <roland@gnu.org> | 1993-01-25 23:30:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-01-25 23:30:39 +0000 |
commit | 312f637b704659fa5c5e4ed76e445352ad79217e (patch) | |
tree | 5a2932d7e7d22860c3c45ede8c88192e8d2723b2 /lisp/progmodes | |
parent | 55f0149e49824e44f7edf4ea381c189043be970f (diff) | |
download | emacs-312f637b704659fa5c5e4ed76e445352ad79217e.tar.gz |
(tags-query-replace): C-t
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 0598e00fcc5..1f97188c6d5 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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. |