changeset 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 351e38e6b866
children 29790e97da09
files lisp/progmodes/ebrowse.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))