From d95042af918217a2124181aff5a811bae48d7227 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 11 Jun 2017 17:03:48 -0400 Subject: [PATCH] ; Add comment regarding silent loading of dumped.elc. --- src/emacs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index 4b64a69c588..832fc2c13ed 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1674,6 +1674,10 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem /* Unless next switch is -nl, load "dumped.elc" first thing. If it fails, we won't be able to run. */ { + /* We could let the user see that we're (still) loading the + Lisp environment, but the "done" message will hide the + "For information about..." message that we want displayed + when we're finished. */ Lisp_Object load = list4 (Qload, build_string ("../src/dumped.elc"), Qnil, Qt); -- 2.39.5