emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Wed, 15 Jan 2003 01:38:58 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.798 emacs/src/xdisp.c:1.799
*** emacs/src/xdisp.c:1.798     Sun Jan  5 19:58:45 2003
--- emacs/src/xdisp.c   Wed Jan 15 01:38:54 2003
***************
*** 5759,5765 ****
  
          /* Convert a multibyte string to single-byte
             for the *Message* buffer.  */
!         for (i = 0; i < nbytes; i += nbytes)
            {
              c = string_char_and_length (m + i, nbytes - i, &char_bytes);
              work[0] = (SINGLE_BYTE_CHAR_P (c)
--- 5759,5765 ----
  
          /* Convert a multibyte string to single-byte
             for the *Message* buffer.  */
!         for (i = 0; i < nbytes; i += char_bytes)
            {
              c = string_char_and_length (m + i, nbytes - i, &char_bytes);
              work[0] = (SINGLE_BYTE_CHAR_P (c)




reply via email to

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