Function: artist-coord-get-y

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

Signature

(artist-coord-get-y COORD)

Documentation

Retrieve the y component of a COORD.

Source Code

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