Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • editwin.c

    r8459609 r2184001  
    466466  int index;
    467467  int count = 0;
    468   int point;
    469468  int n, i;
    470469  int last;
     
    475474  e->lock = 0; /* we can (must) tread on the locktext */
    476475
    477   point = e->index;
    478476  last = -1;
    479477  while (count < goal) {
     
    10731071    owl_editwin_exchange_point_and_mark(e);
    10741072
    1075   owl_editwin_replace(e, oe_copy_region(e), "");
     1073  owl_editwin_replace_internal(e, oe_copy_region(e), "");
    10761074}
    10771075
Note: See TracChangeset for help on using the changeset viewer.