diff options
| -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. |