changeset 44163:2b5d4943e959

(Fdump_emacs): Fix a typo in "command-line-processed".
author Eli Zaretskii <eliz@gnu.org>
date Tue, 26 Mar 2002 14:41:28 +0000
parents 7482068b3fc6
children ac8a16abbdce
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Tue Mar 26 11:08:47 2002 +0000
+++ b/src/emacs.c	Tue Mar 26 14:41:28 2002 +0000
@@ -2045,7 +2045,7 @@
   /* Bind `command-line-processed' to nil before dumping,
      so that the dumped Emacs will process its command line
      and set up to work with X windows if appropriate.  */
-  symbol = intern ("command-line-process");
+  symbol = intern ("command-line-processed");
   specbind (symbol, Qnil);
 
   CHECK_STRING (filename);