Function: preview-create-icon-1

preview-create-icon-1 is a byte-compiled function defined in preview.el.

Signature

(preview-create-icon-1 FILE TYPE ASCENT BORDER)

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defsubst preview-create-icon-1 (file type ascent border)
  `(image
    :file ,file
    :type ,type
    :ascent ,ascent
    ,@(and border
           '(:mask (heuristic t)))))