emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Thu, 23 Jun 2005 12:10:06 -0400

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);




reply via email to

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