Function: artist-fill-item-get-x

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

Signature

(artist-fill-item-get-x FILL-ITEM)

Documentation

Retrieve the x component of a FILL-ITEM.

Source Code

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