Variable: idlwave--command-function
idlwave--command-function is a variable defined in idlwave.el.gz.
Value
nil
Documentation
If non-nil, a function called from post-command-hook.
It is evaluated in the Lisp function idlwave-command-hook which is
placed in post-command-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
;;; This stuff is experimental
(defvar idlwave--command-function nil
"If non-nil, a function called from `post-command-hook'.
It is evaluated in the Lisp function `idlwave-command-hook' which is
placed in `post-command-hook'.")