# HG changeset patch # User Jim Blandy # Date 671404853 0 # Node ID f108a48f6e86a329c2ede14bff0c3e66ea627d94 # Parent 939deddfb6b282180d19b930d44c782c2c441d27 *** empty log message *** diff -r 939deddfb6b2 -r f108a48f6e86 src/undo.c --- 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) {