Function: artist-fill-item-get-y
artist-fill-item-get-y is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-fill-item-get-y FILL-ITEM)
Documentation
Retrieve the y component of a FILL-ITEM.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-fill-item-get-y (fill-item)
"Retrieve the y component of a FILL-ITEM."
(aref fill-item 1))