Function: artist-coord-get-new-char

artist-coord-get-new-char is a byte-compiled function defined in artist.el.gz.

Signature

(artist-coord-get-new-char COORD)

Documentation

Retrieve the new char component of a COORD.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-coord-get-new-char (coord)
  "Retrieve the new char component of a COORD."
  (aref coord 3))