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