Function: artist-fc-get-fn
artist-fc-get-fn is a byte-compiled function defined in artist.el.gz.
Signature
(artist-fc-get-fn INFO-PART)
Documentation
Retrieve the function component from a graphics operation INFO-PART.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-fc-get-fn (info-part)
"Retrieve the function component from a graphics operation INFO-PART."
(elt info-part 2))