Variable: octave-send-echo-input
octave-send-echo-input is a customizable variable defined in
octave.el.gz.
Value
t
Documentation
Non-nil means echo input sent to the inferior Octave process.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom octave-send-echo-input t
"Non-nil means echo input sent to the inferior Octave process."
:type 'boolean)