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

Diff for /src/usr.bin/mg/paragraph.c between version 1.16 and 1.17

version 1.16, 2008/06/12 21:36:47 version 1.17, 2008/09/15 16:13:35
Line 130 
Line 130 
         struct line     *eopline;       /* pointer to line just past EOP        */          struct line     *eopline;       /* pointer to line just past EOP        */
         char     wbuf[MAXWORD]; /* buffer for current word              */          char     wbuf[MAXWORD]; /* buffer for current word              */
   
         undo_add_boundary();          undo_boundary_enable(FFRAND, 0);
         undo_boundary_enable(FALSE);  
   
         /* record the pointer to the line just past the EOP */          /* record the pointer to the line just past the EOP */
         (void)gotoeop(FFRAND, 1);          (void)gotoeop(FFRAND, 1);
Line 237 
Line 236 
         (void)backchar(FFRAND, 1);          (void)backchar(FFRAND, 1);
         retval = TRUE;          retval = TRUE;
 cleanup:  cleanup:
         undo_boundary_enable(TRUE);          undo_boundary_enable(FFRAND, 1);
         undo_add_boundary();  
         return (retval);          return (retval);
 }  }
   

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