Variable: idlwave-shell-save-command-history

idlwave-shell-save-command-history is a customizable variable defined in idlw-shell.el.gz.

Value

t

Documentation

Non-nil means preserve command history between sessions.

The file idlwave-shell-command-history-file is used to save and restore the history.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-save-command-history t
  "Non-nil means preserve command history between sessions.
The file `idlwave-shell-command-history-file' is used to save and restore
the history."
  :group 'idlwave-shell-command-setup
  :type 'boolean)