From: Richard M. Stallman Date: Thu, 27 Dec 2001 05:00:56 +0000 (+0000) Subject: (Fbyte_code): Undo previous change. X-Git-Tag: ttn-vms-21-2-B4~17462 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5274126bde40fd45a8c2ddae17fd0a2668880837;p=emacs.git (Fbyte_code): Undo previous change. --- diff --git a/src/bytecode.c b/src/bytecode.c index 732b82832c1..f24132dae25 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -458,7 +458,7 @@ If the third argument is incorrect, Emacs may crash. */) such a byte-code string is loaded as multibyte while raw 8-bit characters converted to multibyte form. Thus, now we must convert them back to the originally intended unibyte form. */ - bytestr = Fstring_make_unibyte (bytestr); + bytestr = Fstring_as_unibyte (bytestr); bytestr_length = STRING_BYTES (XSTRING (bytestr)); vectorp = XVECTOR (vector)->contents;