(Fformat): Fix previous change.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user