/[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.64 by pj, Fri Nov 2 20:17:05 2001 UTC revision 1.65 by rms, Tue Dec 25 08:16:46 2001 UTC
# Line 457  If the third argument is incorrect, Emac Line 457  If the third argument is incorrect, Emac
457         because they produced a raw 8-bit string for byte-code and now         because they produced a raw 8-bit string for byte-code and now
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 original unibyte form.  */         convert them back to the originally intended unibyte form.  */
461      bytestr = Fstring_as_unibyte (bytestr);      bytestr = Fstring_make_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.64  
changed lines
  Added in v.1.65

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