]> git.eshelyaron.com Git - emacs.git/commitdiff
(strout): Show multibyte message correctly.
authorKarl Heuer <kwzh@gnu.org>
Sat, 20 Jun 1998 21:49:01 +0000 (21:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 20 Jun 1998 21:49:01 +0000 (21:49 +0000)
src/print.c

index 80959d0ad868a95c0ce37ffe7a940b05310af1b1..e60cdfb2fff41056bc4ca7a7db410768d3926416 100644 (file)
@@ -519,9 +519,11 @@ strout (ptr, size, size_byte, printcharfun, multibyte)
            }
 
          bcopy (tembuf, FRAME_MESSAGE_BUF (mini_frame), printbufidx);
-         message_enable_multibyte = 1;
        }
 
+      if (multibyte)
+       message_enable_multibyte = 1;
+
       /* Compute how much of the new text will fit there.  */
       if (size_byte > FRAME_MESSAGE_BUF_SIZE (mini_frame) - printbufidx - 1)
        {