Variable: bovine-grammar-mode-hook

bovine-grammar-mode-hook is a variable defined in grammar.el.gz.

Value

nil

Documentation

Hook run after entering bovine-grammar-mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/grammar.el.gz
;;;###autoload
(define-derived-mode bovine-grammar-mode semantic-grammar-mode "BY"
  "Major mode for editing Bovine grammars."
  (semantic-grammar-setup-menu bovine-grammar-menu))