Function: artist-coord-get-x

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

Signature

(artist-coord-get-x COORD)

Documentation

Retrieve the x component of a COORD.

Source Code

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