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

This function unsets 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 ()
  "This function unsets point 1 and 2 when not rubber-banding."
  (artist-no-rb-unset-point1)
  (artist-no-rb-unset-point2))