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