Function: preview-handle-modification

preview-handle-modification is a byte-compiled function defined in preview.el.

Signature

(preview-handle-modification OV AFTER-CHANGE BEG END &optional LENGTH)

Documentation

Hook function for modification-hooks property.

See info node (elisp) Overlay Properties for definition of OV, AFTER-CHANGE, BEG, END and LENGTH.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defun preview-handle-modification
  (ov after-change _beg _end &optional _length)
  "Hook function for `modification-hooks' property.
See info node `(elisp) Overlay Properties' for
definition of OV, AFTER-CHANGE, BEG, END and LENGTH."
  (unless after-change
    (preview-register-change ov)))