Mercurial > emacs
changeset 2947:518509536741
(pending-undo-list): Var declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 May 1993 04:21:25 +0000 |
parents | 1f24ead69a2f |
children | 843c652ebcc3 |
files | lisp/simple.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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."