From cb017dde0f4eb1ed304d4094e4c0dbb781903302 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Jun 1997 04:19:27 +0000 Subject: [PATCH] dump-emacs works only with -batch. --- lispref/internals.texi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lispref/internals.texi b/lispref/internals.texi index 48323f79d33..58bd4025de5 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -110,13 +110,12 @@ users can override your changes if they wish. @xref{Start-up Summary}. @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 -- 2.39.5