emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/bytecode.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Tue, 25 Dec 2001 03:16:46 -0500

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.64 emacs/src/bytecode.c:1.65
*** emacs/src/bytecode.c:1.64   Fri Nov  2 15:17:05 2001
--- emacs/src/bytecode.c        Tue Dec 25 03:16:46 2001
***************
*** 457,464 ****
         because they produced a raw 8-bit string for byte-code and now
         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 original unibyte form.  */
!     bytestr = Fstring_as_unibyte (bytestr);
  
    bytestr_length = STRING_BYTES (XSTRING (bytestr));
    vectorp = XVECTOR (vector)->contents;
--- 457,464 ----
         because they produced a raw 8-bit string for byte-code and now
         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_length = STRING_BYTES (XSTRING (bytestr));
    vectorp = XVECTOR (vector)->contents;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]