[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.17 and 1.18

version 1.17, 2003/06/01 15:53:34 version 1.18, 2003/06/26 23:04:10
Line 359 
Line 359 
  * Show the undo records for the current buffer in a new buffer.   * Show the undo records for the current buffer in a new buffer.
  */   */
 int  int
 undo_dump(void)  undo_dump(int f, int n)
 {  {
         struct undo_rec *rec;          struct undo_rec *rec;
         BUFFER *bp;          BUFFER *bp;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18