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