Variable: semantic-show-unmatched-syntax-mode-hook
semantic-show-unmatched-syntax-mode-hook is a customizable variable
defined in util-modes.el.gz.
Value
nil
Documentation
Hook run at the end of function semantic-show-unmatched-syntax-mode(var)/semantic-show-unmatched-syntax-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defcustom semantic-show-unmatched-syntax-mode-hook nil
"Hook run at the end of function `semantic-show-unmatched-syntax-mode'."
:group 'semantic
:type 'hook)