diff lisp/progmodes/ebrowse.el @ 28705:7c903a96e495

(ebrowse-tags-query-replace): Construct a form with additional arguments for perform-replace.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Apr 2000 19:18:26 +0000
parents 19c5020c0db3
children 03f206c5d91b
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el	Tue Apr 25 19:17:18 2000 +0000
+++ b/lisp/progmodes/ebrowse.el	Tue Apr 25 19:18:26 2000 +0000
@@ -3818,7 +3818,7 @@
   (setq ebrowse-tags-loop-form
 	(list 'and (list 'save-excursion
 			 (list 're-search-forward from nil t))
-	      (list 'not (list 'perform-replace from to t t nil))))
+	      (list 'not (list 'perform-replace from to nil nil t t nil))))
   (ebrowse-tags-loop-continue 'first-time))