From 16bf9fa9d931390934a71792bc567c3520bd1aec Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 25 Apr 2000 19:18:26 +0000 Subject: [PATCH] (ebrowse-tags-query-replace): Construct a form with additional arguments for perform-replace. --- lisp/progmodes/ebrowse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 3ebe8b83f29..5669b25a3d4 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -3818,7 +3818,7 @@ With prefix arg, process files of marked classes only." (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)) -- 2.39.5