aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-25 19:18:26 +0000
committerGerd Moellmann2000-04-25 19:18:26 +0000
commit16bf9fa9d931390934a71792bc567c3520bd1aec (patch)
tree8d8a7aebd0db61addef58682d75c718d1553e771
parentdaf462b5d4fd1a55b2c68057dc8d7b18b2b17794 (diff)
downloademacs-16bf9fa9d931390934a71792bc567c3520bd1aec.tar.gz
emacs-16bf9fa9d931390934a71792bc567c3520bd1aec.zip
(ebrowse-tags-query-replace): Construct a
form with additional arguments for perform-replace.
-rw-r--r--lisp/progmodes/ebrowse.el2
1 files changed, 1 insertions, 1 deletions
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."
3818 (setq ebrowse-tags-loop-form 3818 (setq ebrowse-tags-loop-form
3819 (list 'and (list 'save-excursion 3819 (list 'and (list 'save-excursion
3820 (list 're-search-forward from nil t)) 3820 (list 're-search-forward from nil t))
3821 (list 'not (list 'perform-replace from to t t nil)))) 3821 (list 'not (list 'perform-replace from to nil nil t t nil))))
3822 (ebrowse-tags-loop-continue 'first-time)) 3822 (ebrowse-tags-loop-continue 'first-time))
3823 3823
3824 3824