]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-query-replace): Use query-replace-read-args in interactive spec.
authorRoland McGrath <roland@gnu.org>
Tue, 15 Nov 1994 21:03:22 +0000 (21:03 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 15 Nov 1994 21:03:22 +0000 (21:03 +0000)
lisp/progmodes/etags.el

index 0ed8cd2f118ebafa81d5119b2aec721c064f4303..6c270d902225a4a1020790b42ec953fa28cb6a97 100644 (file)
@@ -1355,8 +1355,7 @@ If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace
 with the command \\[tags-loop-continue].
 
 See documentation of variable `tags-file-name'."
-  (interactive
-   "sTags query replace (regexp): \nsTags query replace %s by: \nP")
+  (interactive (query-replace-read-args "Tags query replace (regexp)" t))
   (setq tags-loop-scan (list 'prog1
                             (list 'if (list 're-search-forward from nil t)
                                   ;; When we find a match, move back