diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 3fd3d91de33..9718c5aa153 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2314,7 +2314,7 @@ Use %% to put a single % into the output.") | |||
| 2314 | /* Anything but a string, convert to a string using princ. */ | 2314 | /* Anything but a string, convert to a string using princ. */ |
| 2315 | register Lisp_Object tem; | 2315 | register Lisp_Object tem; |
| 2316 | tem = Fprin1_to_string (args[n], Qt); | 2316 | tem = Fprin1_to_string (args[n], Qt); |
| 2317 | if (STRING_MULTIBYTE (tem)) | 2317 | if (STRING_MULTIBYTE (tem) & ! multibyte) |
| 2318 | { | 2318 | { |
| 2319 | multibyte = 1; | 2319 | multibyte = 1; |
| 2320 | goto retry; | 2320 | goto retry; |