Function: cua--rectangle-restriction
cua--rectangle-restriction is a byte-compiled function defined in
cua-rect.el.gz.
Signature
(cua--rectangle-restriction &optional VAL BOUNDED NEGATED)
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-rect.el.gz
(defun cua--rectangle-restriction (&optional val bounded negated)
;; Current rectangle restriction
(if val
(aset cua--rectangle 7
(and (stringp val)
(> (length val) 0)
(list val bounded negated)))
(aref cua--rectangle 7)))