/[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.798 by rms, Mon Jan 6 00:58:45 2003 UTC revision 1.799 by handa, Wed Jan 15 06:38:54 2003 UTC
# Line 5759  message_dolog (m, nbytes, nlflag, multib Line 5759  message_dolog (m, nbytes, nlflag, multib
5759    
5760            /* Convert a multibyte string to single-byte            /* Convert a multibyte string to single-byte
5761               for the *Message* buffer.  */               for the *Message* buffer.  */
5762            for (i = 0; i < nbytes; i += nbytes)            for (i = 0; i < nbytes; i += char_bytes)
5763              {              {
5764                c = string_char_and_length (m + i, nbytes - i, &char_bytes);                c = string_char_and_length (m + i, nbytes - i, &char_bytes);
5765                work[0] = (SINGLE_BYTE_CHAR_P (c)                work[0] = (SINGLE_BYTE_CHAR_P (c)

Legend:
Removed from v.1.798  
changed lines
  Added in v.1.799

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