emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog internals.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog internals.texi
Date: Tue, 22 Sep 2009 02:24:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/22 02:24:20

Modified files:
        doc/lispref    : ChangeLog internals.texi 

Log message:
        (Building Emacs): Mention preloaded-file-list.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.326&r2=1.327
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/internals.texi?cvsroot=emacs&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -b -r1.326 -r1.327
--- ChangeLog   14 Sep 2009 09:45:33 -0000      1.326
+++ ChangeLog   22 Sep 2009 02:24:20 -0000      1.327
@@ -1,3 +1,7 @@
+2009-09-22  Glenn Morris  <address@hidden>
+
+       * internals.texi (Building Emacs): Mention preloaded-file-list.
+
 2009-09-14  Alan Mackenzie  <address@hidden>
 
        * os.texi (Terminal Output): Put "@code{}" around "stdout".

Index: internals.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/internals.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- internals.texi      27 May 2009 22:08:29 -0000      1.9
+++ internals.texi      22 Sep 2009 02:24:20 -0000      1.10
@@ -52,12 +52,15 @@
 load the files.  This is the Emacs executable that is normally
 installed.
 
address@hidden preloaded-file-list
address@hidden 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




reply via email to

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