Variable: vcursor-last-command

vcursor-last-command is a variable defined in vcursor.el.gz.

Value

nil

Documentation

Non-nil if last command was a vcursor command.

The commands vcursor-copy, vcursor-relative-move and the ones for scrolling set this. It is used by the vcursor-auto-disable code.

Source Code

;; Defined in /usr/src/emacs/lisp/vcursor.el.gz
(defvar vcursor-last-command nil
  "Non-nil if last command was a vcursor command.
The commands `vcursor-copy', `vcursor-relative-move' and the ones for
scrolling set this.  It is used by the `vcursor-auto-disable' code.")