diff 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
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 10:14:42 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 10:15:03 2007 +0200
@@ -634,8 +634,10 @@
   /* Handle the -batch switch, which means don't do interactive display.  */
   if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args))
     {
+#if 0 /* I don't think this is correct. */
       inhibit_update_autoloads = 1;
       inhibit_update_dumped_lisp = 1;
+#endif
       noninteractive = 1;
     }