Function: idlwave-shell-check-compiled-and-display

idlwave-shell-check-compiled-and-display is a byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-check-compiled-and-display)

Documentation

Check examine output for warning about undefined procedure/function.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defun idlwave-shell-check-compiled-and-display ()
  "Check examine output for warning about undefined procedure/function."
  (if (string-match "% Attempt to call undefined" idlwave-shell-command-output)
      (idlwave-shell-compile-helper-routines))
  (if idlwave-shell-separate-examine-output
      (idlwave-shell-examine-display)
    (idlwave-shell-examine-highlight)))