From: Richard M. Stallman Date: Tue, 30 Apr 2002 17:53:39 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~15260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aea6173f18382d48f2919cf966595d698f391371;p=emacs.git Comment change. --- diff --git a/src/eval.c b/src/eval.c index 3465ea785a7..147e8bef2dd 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1906,6 +1906,8 @@ do_autoload (fundef, funname) 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 --git a/src/fns.c b/src/fns.c index 6a54ececb8d..6d168f48240 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3251,6 +3251,8 @@ The normal messages at start and end of loading FILENAME are suppressed. */) 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);