Variable UndoBuffer._savedState

class UndoBuffer
{
  // ...
  EditOperation _savedState;
  // ...
}