diff options
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
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); |