# HG changeset patch # User Eli Zaretskii # Date 1017153688 0 # Node ID 2b5d4943e9597b214881cdcf1623a154fbc39cad # Parent 7482068b3fc6b3ebe3e479ac0a6fd77c65d93e1b (Fdump_emacs): Fix a typo in "command-line-processed". diff -r 7482068b3fc6 -r 2b5d4943e959 src/emacs.c --- 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);