Function: artist-arrow-point-set-state
artist-arrow-point-set-state is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-arrow-point-set-state ARROW-POINT NEW-STATE)
Documentation
Set the state component of an ARROW-POINT to NEW-STATE.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-arrow-point-set-state (arrow-point new-state)
"Set the state component of an ARROW-POINT to NEW-STATE."
(aset arrow-point 3 new-state))