Function: artist-go-get-undraw-fn

artist-go-get-undraw-fn is a byte-compiled function defined in artist.el.gz.

Signature

(artist-go-get-undraw-fn INFO-VARIANT-PART)

Documentation

Retrieve the undraw function component from an INFO-VARIANT-PART.

An INFO-VARIANT-PART is the shifted or unshifted info from an info-part. This interval function component is available only if the draw-how component is other than artist-do-continuously or 1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-go-get-undraw-fn (info-variant-part)
  "Retrieve the undraw function component from an INFO-VARIANT-PART.
An INFO-VARIANT-PART is the shifted or unshifted info from an info-part.
This interval function component is available only if the `draw-how'
component is other than `artist-do-continuously' or 1."
  (elt (elt info-variant-part 10) 0))