]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdump_emacs): Fix a typo in "command-line-processed".
authorEli Zaretskii <eliz@gnu.org>
Tue, 26 Mar 2002 14:41:44 +0000 (14:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 26 Mar 2002 14:41:44 +0000 (14:41 +0000)
src/ChangeLog
src/emacs.c

index 9185dfa5ec5e9d7db3dc3de24b415d8bb17ba5d7..7740e9346675ed3d64c1720f7f9dd929627ab932 100644 (file)
@@ -1,3 +1,7 @@
+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.
index b382e87faea3e817277e66b1454bbde0f98dcfa1..fdd53555309197060e226becce7a186eefea2f61 100644 (file)
@@ -2045,7 +2045,7 @@ You must run Emacs in batch mode in order to dump it.  */)
   /* 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);