Mercurial > emacs
changeset 45039:ed0ad59e4ec7
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Apr 2002 17:53:39 +0000 |
parents | 8db238933124 |
children | 07fdd6ac8356 |
files | src/eval.c src/fns.c |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
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);
--- 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);