aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1998-06-05 15:51:08 +0000
committerKarl Heuer1998-06-05 15:51:08 +0000
commit303901fb14d224be17001f0ce858cf1d7775e442 (patch)
tree489e36bae7decc7a57329636936194e860279ec8 /src
parent7fa26c0a283c0fb76c56fd913559e3188ca783b2 (diff)
downloademacs-303901fb14d224be17001f0ce858cf1d7775e442.tar.gz
emacs-303901fb14d224be17001f0ce858cf1d7775e442.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
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));