Function: artist-endpoint-get-y

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

Signature

(artist-endpoint-get-y ENDPOINT)

Documentation

Retrieve the y component of an ENDPOINT.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-endpoint-get-y (endpoint)
  "Retrieve the y component of an ENDPOINT."
  (aref endpoint 1))