Variable: idlwave-shell-post-command-hook

idlwave-shell-post-command-hook is a variable defined in idlw-shell.el.gz.

Value

nil

Documentation

Lisp list expression or function to run when an IDL command is finished.

The current command is finished when the IDL prompt is displayed. This is evaluated if it is a list or called with funcall.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defvar idlwave-shell-post-command-hook nil
  "Lisp list expression or function to run when an IDL command is finished.
The current command is finished when the IDL prompt is displayed.
This is evaluated if it is a list or called with funcall.")