comparison src/emacs.c @ 22359:9e5f3f1c0c0f

Comment change.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jun 1998 15:51:08 +0000
parents cf18f0d82138
children 393df8deb0b9
comparison
equal deleted inserted replaced
22358:6c112ffbcc91 22359:9e5f3f1c0c0f
1211 init_process (); 1211 init_process ();
1212 1212
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));
1220 #ifdef CANNOT_DUMP 1220 #ifdef CANNOT_DUMP
1221 /* Unless next switch is -nl, load "loadup.el" first thing. */ 1221 /* Unless next switch is -nl, load "loadup.el" first thing. */