Variable: inferior-octave-prompt-read-only
inferior-octave-prompt-read-only is a customizable variable defined in
octave.el.gz.
Value
nil
Documentation
If non-nil, the Octave prompt is read only.
See comint-prompt-read-only for details.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom inferior-octave-prompt-read-only comint-prompt-read-only
"If non-nil, the Octave prompt is read only.
See `comint-prompt-read-only' for details."
:type 'boolean
:version "24.4")