(undo_all): Clear previous_undos field.

From-SVN: r12544
This commit is contained in:
Jim Wilson 1996-07-22 16:32:36 -07:00
parent 56b3408df2
commit 845fc87500
1 changed files with 1 additions and 1 deletions

View File

@ -2429,7 +2429,7 @@ undo_all ()
}
obfree (undobuf.storage);
undobuf.undos = 0;
undobuf.undos = undobuf.previous_undos = 0;
/* Clear this here, so that subsequent get_last_value calls are not
affected. */