/[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.156 by gerd, Tue Sep 11 12:31:56 2001 UTC revision 1.156.4.1 by gerd, Fri Oct 26 12:03:11 2001 UTC
# Line 916  insert_1_both (string, nchars, nbytes, i Line 916  insert_1_both (string, nchars, nbytes, i
916       register int nchars, nbytes;       register int nchars, nbytes;
917       int inherit, prepare, before_markers;       int inherit, prepare, before_markers;
918  {  {
919      if (nchars == 0)
920        return;
921      
922    if (NILP (current_buffer->enable_multibyte_characters))    if (NILP (current_buffer->enable_multibyte_characters))
923      nchars = nbytes;      nchars = nbytes;
924    

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.156.4.1

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