Function: artist-endpoint-get-x

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

Signature

(artist-endpoint-get-x ENDPOINT)

Documentation

Retrieve the x component of an ENDPOINT.

Source Code

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