Commit 845fc875 by Jim Wilson

(undo_all): Clear previous_undos field.

From-SVN: r12544
parent 56b3408d
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment