Function: artist-2point-get-endpoint1

artist-2point-get-endpoint1 is a byte-compiled function defined in artist.el.gz.

Signature

(artist-2point-get-endpoint1 OBJ)

Documentation

Retrieve the first endpoint of a 2-point object OBJ.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-2point-get-endpoint1 (obj)
  "Retrieve the first endpoint of a 2-point object OBJ."
  (elt obj 0))