emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Tue, 30 Apr 2002 13:53:24 -0400

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.185 emacs/src/eval.c:1.186
*** emacs/src/eval.c:1.185      Tue Apr 30 13:46:26 2002
--- emacs/src/eval.c    Tue Apr 30 13:53:23 2002
***************
*** 1906,1911 ****
--- 1906,1913 ----
    Lisp_Object fun, queue, first, second;
    struct gcpro gcpro1, gcpro2, gcpro3;
  
+   /* This is to make sure that loadup.el gives a clear picture
+      of what files are preloaded and when.  */
    if (! NILP (Vpurify_flag))
      error ("Attempt to autoload %s while preparing to dump",
           XSYMBOL (funname)->name->data);



reply via email to

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