Function: idlwave-shell-pc-frame
idlwave-shell-pc-frame is a byte-compiled function defined in
idlw-shell.el.gz.
Signature
(idlwave-shell-pc-frame)
Documentation
Return the frame for IDL execution.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-pc-frame ()
"Return the frame for IDL execution."
(and idlwave-shell-halt-frame
(list (nth 0 idlwave-shell-halt-frame)
(nth 1 idlwave-shell-halt-frame)
(nth 2 idlwave-shell-halt-frame))))