Variable: cua-auto-mark-last-change

cua-auto-mark-last-change is a customizable variable defined in cua-base.el.gz.

Value

nil

Documentation

If non-nil, set implicit mark at position of last buffer change.

This means that C-u (universal-argument) M-x cua-set-mark (cua-set-mark) will jump to the position of the last buffer change before jumping to the explicit marks on the mark ring. See cua-set-mark for details.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
(defcustom cua-auto-mark-last-change nil
  "If non-nil, set implicit mark at position of last buffer change.
This means that \\[universal-argument] \\[cua-set-mark] will jump to the position
of the last buffer change before jumping to the explicit marks on the mark ring.
See `cua-set-mark' for details."
  :type 'boolean)