]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add comment regarding silent loading of dumped.elc.
authorKen Raeburn <raeburn@raeburn.org>
Sun, 11 Jun 2017 21:03:48 +0000 (17:03 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Mon, 31 Jul 2017 05:04:53 +0000 (01:04 -0400)
src/emacs.c

index 4b64a69c588fa0da035984eec11e71e11610c783..832fc2c13ed1d73ef517a94c3d04b97cfdca51bc 100644 (file)
@@ -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);