Function: artist-fill-item-get-width

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

Signature

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

Documentation

Retrieve the width component of a FILL-ITEM.

Source Code

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