/[emacs]/emacs/src/insdel.c
ViewVC logotype

Diff of /emacs/src/insdel.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.166.4.3 by miles, Thu Apr 1 04:29:09 2004 UTC revision 1.166.4.4 by miles, Tue Jul 6 09:23:54 2004 UTC
# Line 1556  replace_range (from, to, new, prepare, i Line 1556  replace_range (from, to, new, prepare, i
1556    Z_BYTE -= nbytes_del;    Z_BYTE -= nbytes_del;
1557    GPT = from;    GPT = from;
1558    GPT_BYTE = from_byte;    GPT_BYTE = from_byte;
1559    *(GPT_ADDR) = 0;              /* Put an anchor.  */    if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor.  */
1560    
1561    if (GPT_BYTE < GPT)    if (GPT_BYTE < GPT)
1562      abort ();      abort ();
# Line 1839  del_range_2 (from, from_byte, to, to_byt Line 1839  del_range_2 (from, from_byte, to, to_byt
1839    Z -= nchars_del;    Z -= nchars_del;
1840    GPT = from;    GPT = from;
1841    GPT_BYTE = from_byte;    GPT_BYTE = from_byte;
1842    *(GPT_ADDR) = 0;              /* Put an anchor.  */    if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor.  */
1843    
1844    if (GPT_BYTE < GPT)    if (GPT_BYTE < GPT)
1845      abort ();      abort ();

Legend:
Removed from v.1.166.4.3  
changed lines
  Added in v.1.166.4.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26