mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
*** empty log message ***
This commit is contained in:
parent
c6d46f5f2e
commit
181a18b1b5
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user