From 181a18b1b52dc67e7367d422997a03494efeaa3e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 11 Apr 1991 21:20:53 +0000 Subject: [PATCH] *** empty log message *** --- src/undo.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/undo.c b/src/undo.c index 02c89f3779..2993dc77d5 100644 --- a/src/undo.c +++ b/src/undo.c @@ -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) { -- 2.20.1