Variable: semantic--before-fetch-tags-hook
semantic--before-fetch-tags-hook is a variable defined in
semantic.el.gz.
Value
nil
Documentation
Hooks run before a buffer is parsed for tags.
It is called before any request for tags is made via the function
semantic-fetch-tags by an application.
If any hook returns a nil value, the cached value is returned
immediately, even if it is empty.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar semantic--before-fetch-tags-hook nil
"Hooks run before a buffer is parsed for tags.
It is called before any request for tags is made via the function
`semantic-fetch-tags' by an application.
If any hook returns a nil value, the cached value is returned
immediately, even if it is empty.")