changeset 42350:791ec0f30e9e

(Fbyte_code): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 Dec 2001 05:00:56 +0000
parents bfd354136d3d
children 29b74fa42a55
files src/bytecode.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/bytecode.c	Thu Dec 27 05:00:49 2001 +0000
+++ b/src/bytecode.c	Thu Dec 27 05:00:56 2001 +0000
@@ -458,7 +458,7 @@
        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;