Function: preview-arrived-via

preview-arrived-via is a byte-compiled function defined in preview.el.

Signature

(preview-arrived-via &rest LIST)

Documentation

Indicate auto-opening.

Return non-nil if called by one of the commands in LIST.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defun preview-arrived-via (&rest list)
  "Indicate auto-opening.
Return non-nil if called by one of the commands in LIST."
  (memq this-command list))