diff options
| author | Karl Heuer | 1998-06-05 15:51:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-06-05 15:51:08 +0000 |
| commit | 303901fb14d224be17001f0ce858cf1d7775e442 (patch) | |
| tree | 489e36bae7decc7a57329636936194e860279ec8 /src | |
| parent | 7fa26c0a283c0fb76c56fd913559e3188ca783b2 (diff) | |
| download | emacs-303901fb14d224be17001f0ce858cf1d7775e442.tar.gz emacs-303901fb14d224be17001f0ce858cf1d7775e442.zip | |
Comment change.
Diffstat (limited to 'src')
| -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 e998c853af9..f24e7bd6dcb 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1213,7 +1213,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); | |||
| 1213 | if (!initialized) | 1213 | if (!initialized) |
| 1214 | { | 1214 | { |
| 1215 | char *file; | 1215 | char *file; |
| 1216 | /* Handle -l loadup-and-dump, args passed by Makefile. */ | 1216 | /* Handle -l loadup, args passed by Makefile. */ |
| 1217 | if (argmatch (argv, argc, "-l", "--load", 3, &file, &skip_args)) | 1217 | if (argmatch (argv, argc, "-l", "--load", 3, &file, &skip_args)) |
| 1218 | Vtop_level = Fcons (intern ("load"), | 1218 | Vtop_level = Fcons (intern ("load"), |
| 1219 | Fcons (build_string (file), Qnil)); | 1219 | Fcons (build_string (file), Qnil)); |