Variable: senator-highlight-found
senator-highlight-found is a customizable and buffer-local variable
defined in senator.el.gz.
Documentation
If non-nil, Senator commands momentarily highlight found tags.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/senator.el.gz
(defcustom senator-highlight-found nil
"If non-nil, Senator commands momentarily highlight found tags."
:type 'boolean
:local t)