Index: emacs/src/lread.c diff -c emacs/src/lread.c:1.331 emacs/src/lread.c:1.332 *** emacs/src/lread.c:1.331 Fri May 6 13:00:53 2005 --- emacs/src/lread.c Thu Jun 23 16:10:06 2005 *************** *** 2845,2851 **** if (i == COMPILED_BYTECODE) { if (!STRINGP (item)) ! error ("invalid byte code"); /* Delay handling the bytecode slot until we know whether it is lazily-loaded (we can tell by whether the --- 2845,2851 ---- if (i == COMPILED_BYTECODE) { if (!STRINGP (item)) ! error ("Invalid byte code"); /* Delay handling the bytecode slot until we know whether it is lazily-loaded (we can tell by whether the *************** *** 2867,2873 **** item = Fread (bytestr); if (!CONSP (item)) ! error ("invalid byte code"); otem = XCONS (item); bytestr = XCAR (item); --- 2867,2873 ---- item = Fread (bytestr); if (!CONSP (item)) ! error ("Invalid byte code"); otem = XCONS (item); bytestr = XCAR (item);
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs