/[emacs]/emacs/src/bytecode.c
ViewVC logotype

Diff of /emacs/src/bytecode.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by rms, Tue Dec 25 08:16:46 2001 UTC revision 1.66 by rms, Thu Dec 27 05:00:56 2001 UTC
# Line 458  If the third argument is incorrect, Emac Line 458  If the third argument is incorrect, Emac
458         such a byte-code string is loaded as multibyte while raw 8-bit         such a byte-code string is loaded as multibyte while raw 8-bit
459         characters converted to multibyte form.  Thus, now we must         characters converted to multibyte form.  Thus, now we must
460         convert them back to the originally intended unibyte form.  */         convert them back to the originally intended unibyte form.  */
461      bytestr = Fstring_make_unibyte (bytestr);      bytestr = Fstring_as_unibyte (bytestr);
462    
463    bytestr_length = STRING_BYTES (XSTRING (bytestr));    bytestr_length = STRING_BYTES (XSTRING (bytestr));
464    vectorp = XVECTOR (vector)->contents;    vectorp = XVECTOR (vector)->contents;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26