# HG changeset patch # User Richard M. Stallman # Date 1020189219 0 # Node ID ed0ad59e4ec77861414b5014ba6088054a428d5c # Parent 8db238933124dc4deaa4148b05977aa3bf0e5374 Comment change. diff -r 8db238933124 -r ed0ad59e4ec7 src/eval.c --- a/src/eval.c Tue Apr 30 17:48:09 2002 +0000 +++ b/src/eval.c Tue Apr 30 17:53:39 2002 +0000 @@ -1906,6 +1906,8 @@ 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); diff -r 8db238933124 -r ed0ad59e4ec7 src/fns.c --- a/src/fns.c Tue Apr 30 17:48:09 2002 +0000 +++ b/src/fns.c Tue Apr 30 17:53:39 2002 +0000 @@ -3251,6 +3251,8 @@ int count = specpdl_ptr - specpdl; int nesting = 0; + /* This is to make sure that loadup.el gives a clear picture + of what files are preloaded and when. */ if (! NILP (Vpurify_flag)) error ("(require %s) while preparing to dump", XSYMBOL (feature)->name->data);