diff options
| author | Roland McGrath | 1993-01-25 23:30:39 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-01-25 23:30:39 +0000 |
| commit | 312f637b704659fa5c5e4ed76e445352ad79217e (patch) | |
| tree | 5a2932d7e7d22860c3c45ede8c88192e8d2723b2 | |
| parent | 55f0149e49824e44f7edf4ea381c189043be970f (diff) | |
| download | emacs-312f637b704659fa5c5e4ed76e445352ad79217e.tar.gz emacs-312f637b704659fa5c5e4ed76e445352ad79217e.zip | |
(tags-query-replace): C-t
| -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'." | |||
| 1144 | (interactive | 1144 | (interactive |
| 1145 | "sTags query replace (regexp): \nsTags query replace %s by: \nP") | 1145 | "sTags query replace (regexp): \nsTags query replace %s by: \nP") |
| 1146 | (setq tags-loop-scan (list 'prog1 | 1146 | (setq tags-loop-scan (list 'prog1 |
| 1147 | (list 'if (list 're-search-forward form nil t) | 1147 | (list 'if (list 're-search-forward from nil t) |
| 1148 | ;; When we find a match, move back | 1148 | ;; When we find a match, move back |
| 1149 | ;; to the beginning of it so perform-replace | 1149 | ;; to the beginning of it so perform-replace |
| 1150 | ;; will see it. | 1150 | ;; will see it. |