Variable: vcursor-copy-flag

vcursor-copy-flag is a customizable variable defined in vcursor.el.gz.

Value

nil

Documentation

Non-nil means moving vcursor should copy characters moved over to point.

Source Code

;; Defined in /usr/src/emacs/lisp/vcursor.el.gz
;; could do some memq-ing with last-command instead, but this will
;; automatically handle any new commands using the primitives.

(defcustom vcursor-copy-flag nil
  "Non-nil means moving vcursor should copy characters moved over to point."
  :type 'boolean)