Variable: idlwave-shell-sources-alist
idlwave-shell-sources-alist is a variable defined in idlw-shell.el.gz.
Value
nil
Documentation
Alist of IDL procedure names and compiled source files.
Elements of the alist have the form:
(module name . (source-file-truename idlwave-internal-filename))
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defvar idlwave-shell-sources-alist nil
"Alist of IDL procedure names and compiled source files.
Elements of the alist have the form:
(module name . (source-file-truename idlwave-internal-filename))")