Mercurial > emacs
diff src/eval.c @ 45039:ed0ad59e4ec7
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 30 Apr 2002 17:53:39 +0000 |
| parents | 184909bcbc7b |
| children | 12772faba5d5 |
line wrap: on
line diff
--- 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);
