Variable: vcursor-window

vcursor-window is a variable defined in vcursor.el.gz.

Value

nil

Documentation

Last window to have displayed the virtual cursor.

See the function vcursor-find-window for how this is used.

Source Code

;; Defined in /usr/src/emacs/lisp/vcursor.el.gz
(defvar vcursor-window nil
  "Last window to have displayed the virtual cursor.
See the function `vcursor-find-window' for how this is used.")