diff lisp/startup.el @ 96868:0b20e535e319

(command-line-1): Fix indentation.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 21 Jul 2008 17:23:14 +0000
parents dab516876348
children 9592c50233ab
line wrap: on
line diff
--- a/lisp/startup.el	Mon Jul 21 17:21:24 2008 +0000
+++ b/lisp/startup.el	Mon Jul 21 17:23:14 2008 +0000
@@ -2205,10 +2205,10 @@
 		   (setq command-line-args-left
 			 (nthcdr (nth 1 tem) command-line-args-left)))
 
-		((setq tem (assoc argi command-line-ns-option-alist))
-		 ;; Ignore NS-windows options and their args if not using NS.
-		 (setq command-line-args-left
-		       (nthcdr (nth 1 tem) command-line-args-left)))
+		  ((setq tem (assoc argi command-line-ns-option-alist))
+		   ;; Ignore NS-windows options and their args if not using NS.
+		   (setq command-line-args-left
+			 (nthcdr (nth 1 tem) command-line-args-left)))
 
 		  ((member argi '("-find-file" "-file" "-visit"))
 		   (setq inhibit-startup-screen t)