Function: with--track-changes

with--track-changes is a macro defined in track-changes.el.gz.

Signature

(with--track-changes ID VARS &rest BODY)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/track-changes.el.gz
(defmacro with--track-changes (id vars &rest body)
  (declare (indent 2) (debug (form sexp body)))
  `(track-changes-fetch ,id (lambda ,vars ,@body)))