+2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
+
2002-03-26 Richard M. Stallman <rms@gnu.org>
* fns.c (Fsubstring_no_properties): New function.
/* 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);