From: Gerd Moellmann Date: Tue, 25 Apr 2000 19:18:26 +0000 (+0000) Subject: (ebrowse-tags-query-replace): Construct a X-Git-Tag: emacs-pretest-21.0.90~4144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16bf9fa9d931390934a71792bc567c3520bd1aec;p=emacs.git (ebrowse-tags-query-replace): Construct a form with additional arguments for perform-replace. --- 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))