/[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.169 by raeburn, Mon Jul 15 00:00:36 2002 UTC revision 1.170 by raeburn, Tue Jul 16 15:49:24 2002 UTC
# Line 1111  insert_from_string_1 (string, pos, pos_b Line 1111  insert_from_string_1 (string, pos, pos_b
1111      outgoing_nbytes = nchars;      outgoing_nbytes = nchars;
1112    else if (! STRING_MULTIBYTE (string))    else if (! STRING_MULTIBYTE (string))
1113      outgoing_nbytes      outgoing_nbytes
1114        = count_size_as_multibyte (&SREF (string, pos_byte),        = count_size_as_multibyte (SDATA (string) + pos_byte,
1115                                   nbytes);                                   nbytes);
1116    
1117    GCPRO1 (string);    GCPRO1 (string);

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.170

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