Variable: idlwave-shell-error-buffer
idlwave-shell-error-buffer is a variable defined in idlw-shell.el.gz.
Value
" *idlwave-shell-errors*"
Documentation
Buffer containing syntax errors from IDL compilations.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defvar idlwave-shell-error-buffer " *idlwave-shell-errors*"
"Buffer containing syntax errors from IDL compilations.")