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