Function: preview-active-contents
preview-active-contents is a byte-compiled function defined in
preview.el.
Signature
(preview-active-contents OV)
Documentation
Check whether we have a valid image associated with OV.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defun preview-active-contents (ov)
"Check whether we have a valid image associated with OV."
(and (memq (overlay-get ov 'preview-state) '(active inactive)) t))