(Fformat): Fix previous change.

This commit is contained in:
Kenichi Handa
1998-03-03 07:18:46 +00:00
parent 290591c8fb
commit a4e91443c2

View File

@@ -2314,7 +2314,7 @@ Use %% to put a single % into the output.")
/* Anything but a string, convert to a string using princ. */
register Lisp_Object tem;
tem = Fprin1_to_string (args[n], Qt);
if (STRING_MULTIBYTE (tem))
if (STRING_MULTIBYTE (tem) & ! multibyte)
{
multibyte = 1;
goto retry;