Function: artist-go-get-fill-pred-from-symbol
artist-go-get-fill-pred-from-symbol is a byte-compiled function
defined in artist.el.gz.
Signature
(artist-go-get-fill-pred-from-symbol SYMBOL)
Documentation
Search the master table, get fill-pred from a graphics operation SYMBOL.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-go-get-fill-pred-from-symbol (symbol)
"Search the master table, get fill-pred from a graphics operation SYMBOL."
(artist-go-retrieve-from-symbol symbol 'artist-go-get-fill-pred))