mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 09:43:26 -08:00
(strout): Show multibyte message correctly.
This commit is contained in:
parent
348e3a0841
commit
799fdb040b
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue