Mercurial > emacs
changeset 18413:487c3d3c2283
dump-emacs works only with -batch.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Jun 1997 04:19:27 +0000 |
parents | 3febbe908cc3 |
children | 8d2051b79879 |
files | lispref/internals.texi |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/internals.texi Mon Jun 23 04:16:44 1997 +0000 +++ b/lispref/internals.texi Mon Jun 23 04:19:27 1997 +0000 @@ -110,13 +110,12 @@ @defun dump-emacs to-file from-file @cindex unexec - This function dumps the current state of Emacs into an executable file +This function dumps the current state of Emacs into an executable file @var{to-file}. It takes symbols from @var{from-file} (this is normally the executable file @file{temacs}). -If you use this function in an Emacs that was already dumped, you must -set @code{command-line-processed} to @code{nil} first for good results. -@xref{Command Line Arguments}. +If you want to use this function in an Emacs that was already dumped, +you must run Emacs with @samp{-batch}. @end defun @deffn Command emacs-version