1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1991-04-11 21:20:53 +00:00
parent c6d46f5f2e
commit 181a18b1b5

View 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)
{