Variable: idlwave-shell-reset-no-prompt
idlwave-shell-reset-no-prompt is a customizable variable defined in
idlw-shell.el.gz.
Value
nil
Documentation
If non-nil, skip the yes/no prompt when resetting the IDL session.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-reset-no-prompt nil
"If non-nil, skip the yes/no prompt when resetting the IDL session."
:group 'idlwave-shell-command-setup
:type 'boolean)