Function: cua--rectangle-right-side
cua--rectangle-right-side is a byte-compiled function defined in
cua-rect.el.gz.
Signature
(cua--rectangle-right-side &optional TOPBOT)
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-rect.el.gz
(defun cua--rectangle-right-side (&optional topbot)
;; t if point is on right side of rectangle.
(if (and topbot (= (cua--rectangle-left) (cua--rectangle-right)))
(< (cua--rectangle-corner) 2)
(oddp (cua--rectangle-corner))))