Variable: cua-keep-region-after-copy
cua-keep-region-after-copy is a customizable variable defined in
cua-base.el.gz.
Value
nil
Documentation
If non-nil, don't deselect the region after copying.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
(defcustom cua-keep-region-after-copy nil
"If non-nil, don't deselect the region after copying."
:type 'boolean)