comparison src/emacs.c @ 237:89ec2bb86eea r20-5b17

Import from CVS: tag r20-5b17
author cvs
date Mon, 13 Aug 2007 10:15:03 +0200
parents 85a06df23a9a
children 41f2f0e326e9
comparison
equal deleted inserted replaced
236:78d3ccccee6d 237:89ec2bb86eea
632 inhibit_window_system = 1; 632 inhibit_window_system = 1;
633 633
634 /* Handle the -batch switch, which means don't do interactive display. */ 634 /* Handle the -batch switch, which means don't do interactive display. */
635 if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args)) 635 if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args))
636 { 636 {
637 #if 0 /* I don't think this is correct. */
637 inhibit_update_autoloads = 1; 638 inhibit_update_autoloads = 1;
638 inhibit_update_dumped_lisp = 1; 639 inhibit_update_dumped_lisp = 1;
640 #endif
639 noninteractive = 1; 641 noninteractive = 1;
640 } 642 }
641 643
642 /* Partially handle -no-packages and -vanilla. Packages are searched */ 644 /* Partially handle -no-packages and -vanilla. Packages are searched */
643 /* prior to the rest of the command line being parsed in startup.el */ 645 /* prior to the rest of the command line being parsed in startup.el */