Mercurial > emacs
changeset 241:f108a48f6e86
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 11 Apr 1991 21:20:53 +0000 |
parents | 939deddfb6b2 |
children | 5647f2040009 |
files | src/undo.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/undo.c Thu Apr 11 18:35:30 1991 +0000 +++ b/src/undo.c Thu Apr 11 21:20:53 1991 +0000 @@ -151,7 +151,10 @@ last_boundary = Qnil; /* Always preserve at least the most recent undo record. - If the first element is an undo boundary, skip past it. */ + If the first element is an undo boundary, skip past it. + + Skip, skip, skip the undo, skip, skip, skip the undo, + Skip, skip, skip the undo, skip to the undo bound'ry. */ if (XTYPE (next) == Lisp_Cons && XCONS (next)->car == Qnil) {