Variable: inferior-octave-mode-hook

inferior-octave-mode-hook is a customizable variable defined in octave.el.gz.

Value

nil

Documentation

Hook to be run when Inferior Octave mode is started.

Aliases

inferior-octave-startup-hook (obsolete since 24.4)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom inferior-octave-mode-hook nil
  "Hook to be run when Inferior Octave mode is started."
  :type 'hook)