Variable: ebrowse-tags-loop-call
ebrowse-tags-loop-call is a variable defined in ebrowse.el.gz.
Value
(ignore)
Documentation
Function call for ebrowse-tags-loop-continue.
Passed to apply for each file in the tree. If it returns nil, proceed
with the next file.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;;; Tags query replace & search
(defvar ebrowse-tags-loop-call '(ignore)
"Function call for `ebrowse-tags-loop-continue'.
Passed to `apply' for each file in the tree. If it returns nil, proceed
with the next file.")