(setq ebrowse-tags-loop-form
(list 'and (list 'save-excursion
(list 're-search-forward from nil t))
- (list 'not (list 'perform-replace from to nil nil t t nil))))
+ (list 'not (list 'perform-replace from to t t nil))))
(ebrowse-tags-loop-continue 'first-time))
;; will see it.
'(goto-char (match-beginning 0))))
tags-loop-operate (list 'perform-replace
- (list 'quote from) (list 'quote to) nil nil
+ (list 'quote from) (list 'quote to)
t t (list 'quote delimited)))
(tags-loop-continue (or file-list-form t)))
\f