Variable: idlwave-shell-temp-rinfo-save-file

idlwave-shell-temp-rinfo-save-file is a variable defined in idlw-shell.el.gz.

Value

nil

Documentation

Absolute pathname for temporary IDL file save file for routine_info.

This is used to speed up the reloading of the routine info procedure before use by the shell.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defvar idlwave-shell-temp-rinfo-save-file nil
  "Absolute pathname for temporary IDL file save file for routine_info.
This is used to speed up the reloading of the routine info procedure
before use by the shell.")