]> git.eshelyaron.com Git - emacs.git/commitdiff
(Building Emacs): Mention preloaded-file-list.
authorGlenn Morris <rgm@gnu.org>
Tue, 22 Sep 2009 02:24:20 +0000 (02:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 22 Sep 2009 02:24:20 +0000 (02:24 +0000)
doc/lispref/ChangeLog
doc/lispref/internals.texi

index c9b19b5ff9865f4ddcacefbf2d297f758db6c273..5ff71492944edc8f20ed907b27501a1c5390df32 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-22  Glenn Morris  <rgm@gnu.org>
+
+       * internals.texi (Building Emacs): Mention preloaded-file-list.
+
 2009-09-14  Alan Mackenzie  <acm@muc.de>
 
        * os.texi (Terminal Output): Put "@code{}" around "stdout".
index e2814983770b6684e032bf9268b37fb5a4ae135e..ba28396482d0826fa86617df89b6195c35d33f45 100644 (file)
@@ -52,12 +52,15 @@ preloaded.  @file{emacs} starts more quickly because it does not need to
 load the files.  This is the Emacs executable that is normally
 installed.
 
+@vindex preloaded-file-list
+@cindex dumped Lisp files
   To create @file{emacs}, use the command @samp{temacs -batch -l loadup
 dump}.  The purpose of @samp{-batch} here is to prevent @file{temacs}
 from trying to initialize any of its data on the terminal; this ensures
 that the tables of terminal information are empty in the dumped Emacs.
 The argument @samp{dump} tells @file{loadup.el} to dump a new executable
-named @file{emacs}.
+named @file{emacs}.  The variable @code{preloaded-file-list} stores a
+list of the Lisp files that were dumped with the @file{emacs} executable.
 
   Some operating systems don't support dumping.  On those systems, you
 must start Emacs with the @samp{temacs -l loadup} command each time you