Function: artist-no-rb-unset-points
artist-no-rb-unset-points is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-no-rb-unset-points)
Documentation
Unset point 1 and 2 when not rubber-banding.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-no-rb-unset-points ()
"Unset point 1 and 2 when not rubber-banding."
(artist-no-rb-unset-point1)
(artist-no-rb-unset-point2))