aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-27 05:00:56 +0000
committerRichard M. Stallman2001-12-27 05:00:56 +0000
commit5274126bde40fd45a8c2ddae17fd0a2668880837 (patch)
tree402e5fedcfe761f41e0522938fbbc1e7433b77f8 /src/bytecode.c
parent749f499fa5c7e9c2b6202162c5dc7a2175ebd301 (diff)
downloademacs-5274126bde40fd45a8c2ddae17fd0a2668880837.tar.gz
emacs-5274126bde40fd45a8c2ddae17fd0a2668880837.zip
(Fbyte_code): Undo previous change.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
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. */)
458 such a byte-code string is loaded as multibyte while raw 8-bit 458 such a byte-code string is loaded as multibyte while raw 8-bit
459 characters converted to multibyte form. Thus, now we must 459 characters converted to multibyte form. Thus, now we must
460 convert them back to the originally intended unibyte form. */ 460 convert them back to the originally intended unibyte form. */
461 bytestr = Fstring_make_unibyte (bytestr); 461 bytestr = Fstring_as_unibyte (bytestr);
462 462
463 bytestr_length = STRING_BYTES (XSTRING (bytestr)); 463 bytestr_length = STRING_BYTES (XSTRING (bytestr));
464 vectorp = XVECTOR (vector)->contents; 464 vectorp = XVECTOR (vector)->contents;