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