diff src/emacs.c @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents c7528f8e288d
children 1040fe1366ac
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 09:05:44 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 09:06:37 2007 +0200
@@ -1433,7 +1433,7 @@
     {
       /* Handle -l loadup-and-dump, args passed by Makefile. */
       if (argc > 2 + skip_args && !strcmp (argv[1 + skip_args], "-l"))
-        load_me = build_string (argv[2 + skip_args]);
+	load_me = build_string (argv[2 + skip_args]);
 #ifdef CANNOT_DUMP
       /* Unless next switch is -nl, load "loadup.el" first thing.  */
       if (!(argc > 1 + skip_args && !strcmp (argv[1 + skip_args], "-nl")))
@@ -1796,8 +1796,8 @@
 	  environ=_environ;
       }
 #endif /* _SCO_DS */
-    vol_envp = environ;
-  }
+      vol_envp = environ;
+    }
   run_temacs_argc = -1;
 
   main_1 (vol_argc, vol_argv, vol_envp);