emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/raeburn-startup d95042a 35/43: ; Add comment regar


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup d95042a 35/43: ; Add comment regarding silent loading of dumped.elc.
Date: Mon, 31 Jul 2017 02:11:04 -0400 (EDT)

branch: scratch/raeburn-startup
commit d95042af918217a2124181aff5a811bae48d7227
Author: Ken Raeburn <address@hidden>
Commit: Ken Raeburn <address@hidden>

    ; 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 4b64a69..832fc2c 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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]