| 
    | 
   ||
  | 
 void undo_abort ( void ) 
 
 
 
  | 
  | 
Synopsis  | 
#include "silver.h" 
 The undo_abort function invalidates the current item in the undo stack. When undo_end is called, normal functioning will resume. 
  | 
  | 
Parameters  | 
none 
  | 
  | 
Return Value  | 
none 
  | 
  | 
Remarks  | 
This routine is used to invalidate the undo/redo state of the current command. The need may arise when the user cancels a dialog or to recover from an error, but within an undo_begin/undo_end pair. 
  | 
  | 
See Also  | 
  |