# HG changeset patch # User Richard M. Stallman # Date 738044485 0 # Node ID 518509536741bf126b5a464afd2bc8461dcfc061 # Parent 1f24ead69a2f0a4d9b7c2219e965ea2aa42a057a (pending-undo-list): Var declared. diff -r 1f24ead69a2f -r 518509536741 lisp/simple.el --- a/lisp/simple.el Sat May 22 04:19:14 1993 +0000 +++ b/lisp/simple.el Sat May 22 04:21:25 1993 +0000 @@ -608,6 +608,9 @@ (and modified (not (buffer-modified-p)) (delete-auto-save-file-if-necessary)))) +(defvar pending-undo-list nil + "Within a run of consecutive undo commands, list remaining to be undone.") + (defun undo-start () "Set `pending-undo-list' to the front of the undo list. The next call to `undo-more' will undo the most recently made change."