From: Ken Raeburn Date: Sun, 11 Jun 2017 21:03:48 +0000 (-0400) Subject: ; Add comment regarding silent loading of dumped.elc. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d95042af918217a2124181aff5a811bae48d7227;p=emacs.git ; Add comment regarding silent loading of dumped.elc. --- 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);