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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/bytecode.c
Date: Thu, 28 Feb 2002 20:02:54 -0500

Index: emacs/src/bytecode.c
diff -c emacs/src/bytecode.c:1.65 emacs/src/bytecode.c:1.66
*** emacs/src/bytecode.c:1.65   Tue Dec 25 03:16:46 2001
--- emacs/src/bytecode.c        Thu Dec 27 00:00:56 2001
***************
*** 458,464 ****
         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;
--- 458,464 ----
         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_as_unibyte (bytestr);
  
    bytestr_length = STRING_BYTES (XSTRING (bytestr));
    vectorp = XVECTOR (vector)->contents;



reply via email to

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