aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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