emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/insdel.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/insdel.c
Date: Tue, 16 Jul 2002 11:49:24 -0400

Index: emacs/src/insdel.c
diff -c emacs/src/insdel.c:1.169 emacs/src/insdel.c:1.170
*** emacs/src/insdel.c:1.169    Sun Jul 14 20:00:36 2002
--- emacs/src/insdel.c  Tue Jul 16 11:49:24 2002
***************
*** 1111,1117 ****
      outgoing_nbytes = nchars;
    else if (! STRING_MULTIBYTE (string))
      outgoing_nbytes
!       = count_size_as_multibyte (&SREF (string, pos_byte),
                                 nbytes);
  
    GCPRO1 (string);
--- 1111,1117 ----
      outgoing_nbytes = nchars;
    else if (! STRING_MULTIBYTE (string))
      outgoing_nbytes
!       = count_size_as_multibyte (SDATA (string) + pos_byte,
                                 nbytes);
  
    GCPRO1 (string);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]