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