Function: mm-handle-displayed-p
mm-handle-displayed-p is a byte-compiled function defined in
mm-decode.el.gz.
Signature
(mm-handle-displayed-p HANDLE)
Documentation
Say whether HANDLE is displayed or not.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defun mm-handle-displayed-p (handle)
"Say whether HANDLE is displayed or not."
(mm-handle-undisplayer handle))