Variable: cua--last-rectangle
cua--last-rectangle is a variable defined in cua-rect.el.gz.
Value
nil
Documentation
Most recent rectangle geometry.
A CONS cell, the car of which is the rectangle's buffer, and the
cdr of which is a cua-rectangle definition.
See cua--rectangle.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-rect.el.gz
(defvar cua--last-rectangle nil
"Most recent rectangle geometry.
A CONS cell, the car of which is the rectangle's buffer, and the
cdr of which is a cua-rectangle definition.
See `cua--rectangle'.")