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:46:26 -0400

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.184 emacs/src/eval.c:1.185
*** emacs/src/eval.c:1.184      Sun Apr 28 18:06:38 2002
--- emacs/src/eval.c    Tue Apr 30 13:46:26 2002
***************
*** 1906,1911 ****
--- 1906,1915 ----
    Lisp_Object fun, queue, first, second;
    struct gcpro gcpro1, gcpro2, gcpro3;
  
+   if (! NILP (Vpurify_flag))
+     error ("Attempt to autoload %s while preparing to dump",
+          XSYMBOL (funname)->name->data);
+ 
    fun = funname;
    CHECK_SYMBOL (funname);
    GCPRO3 (fun, funname, fundef);



reply via email to

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