Variable: preview-change-list
preview-change-list is a variable defined in preview.el.
Value
nil
Documentation
List of tentatively changed overlays.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
;; We have to fake our way around atomicity.
;; Here is the beef: for best intuitiveness, we want to have
;; insertions be carried out as expected before iconized text
;; passages, but we want to insert *into* the overlay when not
;; iconized. A preview that has become empty can not get content
;; again: we remove it. A disabled preview needs no insert-in-front
;; handler.
(defvar preview-change-list nil
"List of tentatively changed overlays.")