/[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.1 by handa, Fri Mar 1 01:42:42 2002 UTC revision 1.166.2.2 by handa, Fri Mar 8 00:19:56 2002 UTC
# Line 1050  insert_from_gap (nchars, nbytes) Line 1050  insert_from_gap (nchars, nbytes)
1050    if (NILP (current_buffer->enable_multibyte_characters))    if (NILP (current_buffer->enable_multibyte_characters))
1051      nchars = nbytes;      nchars = nbytes;
1052    
1053      record_insert (PT, nchars);
1054    MODIFF++;    MODIFF++;
1055    
1056    GAP_SIZE -= nbytes;    GAP_SIZE -= nbytes;

Legend:
Removed from v.1.166.2.1  
changed lines
  Added in v.1.166.2.2

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