From aea6173f18382d48f2919cf966595d698f391371 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Apr 2002 17:53:39 +0000 Subject: [PATCH] Comment change. --- src/eval.c | 2 ++ src/fns.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/eval.c b/src/eval.c index 3465ea785a..147e8bef2d 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 6a54ececb8..6d168f4824 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); -- 2.39.2