]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbyte_code): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 27 Dec 2001 05:00:56 +0000 (05:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 27 Dec 2001 05:00:56 +0000 (05:00 +0000)
src/bytecode.c

index 732b82832c1d10030ae471f0538741a613022deb..f24132dae2561a9eca5a41c97d0c88d1c8596f56 100644 (file)
@@ -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;