Function: idlwave-shell-maybe-update-routine-info
idlwave-shell-maybe-update-routine-info is a byte-compiled function
defined in idlw-shell.el.gz.
Signature
(idlwave-shell-maybe-update-routine-info &optional WAIT FILE)
Documentation
Update the routine info if the shell is not stopped at an error.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defun idlwave-shell-maybe-update-routine-info (&optional wait file)
"Update the routine info if the shell is not stopped at an error."
(if (and (not idlwave-shell-is-stopped)
(or (eq t idlwave-auto-routine-info-updates)
(memq 'compile-buffer idlwave-auto-routine-info-updates))
idlwave-query-shell-for-routine-info
idlwave-routines)
(idlwave-shell-update-routine-info t nil wait file)))