/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.843.2.25 by miles, Thu Sep 30 01:20:35 2004 UTC revision 1.843.2.26 by handa, Mon Oct 4 01:23:35 2004 UTC
# Line 6566  message_dolog (m, nbytes, nlflag, multib Line 6566  message_dolog (m, nbytes, nlflag, multib
6566               for the *Message* buffer.  */               for the *Message* buffer.  */
6567            for (i = 0; i < nbytes; i++)            for (i = 0; i < nbytes; i++)
6568              {              {
6569                c = unibyte_char_to_multibyte (msg[i]);                c = msg[i];
6570                  c = unibyte_char_to_multibyte (c);
6571                char_bytes = CHAR_STRING (c, str);                char_bytes = CHAR_STRING (c, str);
6572                insert_1_both (str, 1, char_bytes, 1, 0, 0);                insert_1_both (str, 1, char_bytes, 1, 0, 0);
6573              }              }
# Line 7837  set_message_1 (a1, a2, nbytes, multibyte Line 7838  set_message_1 (a1, a2, nbytes, multibyte
7838            /* Convert a single-byte string to multibyte.  */            /* Convert a single-byte string to multibyte.  */
7839            for (i = 0; i < nbytes; i++)            for (i = 0; i < nbytes; i++)
7840              {              {
7841                c = unibyte_char_to_multibyte (msg[i]);                c = msg[i];
7842                  c = unibyte_char_to_multibyte (c);
7843                n = CHAR_STRING (c, str);                n = CHAR_STRING (c, str);
7844                insert_1_both (str, 1, n, 1, 0, 0);                insert_1_both (str, 1, n, 1, 0, 0);
7845              }              }

Legend:
Removed from v.1.843.2.25  
changed lines
  Added in v.1.843.2.26

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