]> git.eshelyaron.com Git - emacs.git/commitdiff
(ebrowse-tags-query-replace): Construct a
authorGerd Moellmann <gerd@gnu.org>
Tue, 25 Apr 2000 19:18:26 +0000 (19:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 25 Apr 2000 19:18:26 +0000 (19:18 +0000)
form with additional arguments for perform-replace.

lisp/progmodes/ebrowse.el

index 3ebe8b83f2964036238e3403aeae5a3641c91cb1..5669b25a3d4f7630346a9c6820323ab5fc0171d4 100644 (file)
@@ -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))