Variable: octave-mode-hook
octave-mode-hook is a customizable variable defined in octave.el.gz.
Value
nil
Documentation
Hook to be run when Octave mode is started.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom octave-mode-hook nil
"Hook to be run when Octave mode is started."
:type 'hook)