aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-26 14:41:44 +0000
committerEli Zaretskii2002-03-26 14:41:44 +0000
commit4aaa36072b4e46a6f366d33cc825a41aa2463940 (patch)
treef9ecab839a82d90ce3b02bfd20e28f9dfb27772e /src/emacs.c
parent40ae145bc2249b7488eb95ebc0e7a045c539e317 (diff)
downloademacs-4aaa36072b4e46a6f366d33cc825a41aa2463940.tar.gz
emacs-4aaa36072b4e46a6f366d33cc825a41aa2463940.zip
(Fdump_emacs): Fix a typo in "command-line-processed".
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b382e87faea..fdd53555309 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2045,7 +2045,7 @@ You must run Emacs in batch mode in order to dump it. */)
2045 /* Bind `command-line-processed' to nil before dumping, 2045 /* Bind `command-line-processed' to nil before dumping,
2046 so that the dumped Emacs will process its command line 2046 so that the dumped Emacs will process its command line
2047 and set up to work with X windows if appropriate. */ 2047 and set up to work with X windows if appropriate. */
2048 symbol = intern ("command-line-process"); 2048 symbol = intern ("command-line-processed");
2049 specbind (symbol, Qnil); 2049 specbind (symbol, Qnil);
2050 2050
2051 CHECK_STRING (filename); 2051 CHECK_STRING (filename);