/[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.2.4 by handa, Tue Oct 15 01:18:45 2002 UTC revision 1.166.2.5 by handa, Mon Jan 6 01:17:47 2003 UTC
# Line 1068  insert_from_gap (nchars, nbytes) Line 1068  insert_from_gap (nchars, nbytes)
1068                               0);                               0);
1069    
1070    if (BUF_INTERVALS (current_buffer) != 0)    if (BUF_INTERVALS (current_buffer) != 0)
1071      offset_intervals (current_buffer, PT, nchars);      offset_intervals (current_buffer, GPT, nchars);
1072    
1073    if (GPT - nchars < PT)    if (GPT - nchars < PT)
1074      adjust_point (nchars, nbytes);      adjust_point (nchars, nbytes);

Legend:
Removed from v.1.166.2.4  
changed lines
  Added in v.1.166.2.5

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