Variable: cua-global-mark-keep-visible
cua-global-mark-keep-visible is a customizable variable defined in
cua-base.el.gz.
Value
t
Documentation
If non-nil, always keep global mark visible in other window.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
;;; Global Mark Customization
(defcustom cua-global-mark-keep-visible t
"If non-nil, always keep global mark visible in other window."
:type 'boolean)