Mercurial > emacs
diff src/bytecode.c @ 42350:791ec0f30e9e
(Fbyte_code): Undo previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 27 Dec 2001 05:00:56 +0000 |
| parents | c976f86658b6 |
| children | b5e8a311d16b aac41b50c875 |
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;
