[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.26 and 1.27

version 1.26, 2005/04/29 07:22:38 version 1.27, 2005/05/29 21:37:49
Line 235 
Line 235 
         memmove(&rec->region, &reg, sizeof(REGION));          memmove(&rec->region, &reg, sizeof(REGION));
         rec->content = NULL;          rec->content = NULL;
   
         if (lastrectype() != INSERT)          undo_add_boundary();
                 undo_add_boundary();  
   
         LIST_INSERT_HEAD(&curwp->w_undo, rec, next);          LIST_INSERT_HEAD(&curwp->w_undo, rec, next);
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27