[BACK]Return to undo.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/undo.c between version 1.31 and 1.32

version 1.31, 2005/10/13 20:28:49 version 1.32, 2005/10/14 19:46:46
Line 340 
Line 340 
 /*  /*
  * Show the undo records for the current buffer in a new buffer.   * Show the undo records for the current buffer in a new buffer.
  */   */
   /* ARGSUSED */
 int  int
 undo_dump(int f, int n)  undo_dump(int f, int n)
 {  {
Line 425 
Line 426 
  * two undo actions, we make it point back at the topmost record. This is   * two undo actions, we make it point back at the topmost record. This is
  * how we handle redoing.   * how we handle redoing.
  */   */
   /* ARGSUSED */
 int  int
 undo(int f, int n)  undo(int f, int n)
 {  {

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32