*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Thu, 11 Apr 1991 21:20:53 +0000 (21:20 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Apr 1991 21:20:53 +0000 (21:20 +0000)
src/undo.c

index 02c89f3..2993dc7 100644 (file)
@@ -151,7 +151,10 @@ truncate_undo_list (list, minsize, maxsize)
   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)
     {