Variable: undo-auto--this-command-amalgamating

undo-auto--this-command-amalgamating is a variable defined in simple.el.gz.

Value

t

Documentation

Non-nil if this-command should be amalgamated.

This variable is set to nil by undo-auto--boundaries and is set by undo-auto-amalgamate.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar undo-auto--this-command-amalgamating nil
  "Non-nil if `this-command' should be amalgamated.
This variable is set to nil by `undo-auto--boundaries' and is set
by `undo-auto-amalgamate'." )