Mercurial > emacs
changeset 21052:eea2c6235bd1
(Fformat): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 03 Mar 1998 07:18:46 +0000 |
parents | b5844e2bf088 |
children | 77d489dd420a |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Tue Mar 03 07:18:46 1998 +0000 +++ b/src/editfns.c Tue Mar 03 07:18:46 1998 +0000 @@ -2314,7 +2314,7 @@ /* 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;