Function: artist-coord-get-saved-char
artist-coord-get-saved-char is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-coord-get-saved-char COORD)
Documentation
Retrieve the saved char component of a COORD.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-coord-get-saved-char (coord)
"Retrieve the saved char component of a COORD."
(aref coord 2))