changeset 44140:43143e459aae

(tags-query-replace): Pass t for NOERROR to query-replace-read-args.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Mar 2002 00:40:16 +0000
parents d7e7a906dbe4
children 264c168daeaa
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Mon Mar 25 00:39:41 2002 +0000
+++ b/lisp/progmodes/etags.el	Mon Mar 25 00:40:16 2002 +0000
@@ -1733,7 +1733,7 @@
 with the command \\[tags-loop-continue].
 
 See documentation of variable `tags-file-name'."
-  (interactive (query-replace-read-args "Tags query replace (regexp)" t))
+  (interactive (query-replace-read-args "Tags query replace (regexp)" t t))
   (setq tags-loop-scan `(let ,(unless (equal from (downcase from))
 				'((case-fold-search nil)))
 			  (if (re-search-forward ',from nil t)