Variable: pending-undo-list

pending-undo-list is a variable defined in simple.el.gz.

Value

nil

Documentation

Within a run of consecutive undo commands, list remaining to be undone.

If t, we undid all the way to the end of it.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar pending-undo-list nil
  "Within a run of consecutive undo commands, list remaining to be undone.
If t, we undid all the way to the end of it.")