]> code.delx.au - gnu-emacs/commitdiff
(command-line-1): Fix indentation.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 21 Jul 2008 17:23:14 +0000 (17:23 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 21 Jul 2008 17:23:14 +0000 (17:23 +0000)
lisp/ChangeLog
lisp/startup.el

index 7980e988f20fb80bb5439b746cccb6582cbeaa86..17ad3fb9e1bead08f0af6f3f2f76e2d73cd6440e 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * startup.el (command-line-1): Fix indentation.
+
        * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
        checked in inadvertently.
 
index 6fdab938cf9e82461851d0eea5e7b799a127a72f..21ef966f185235bf108a8507e989fbbcb22e799b 100644 (file)
@@ -2205,10 +2205,10 @@ A fancy display is used on graphic displays, normal otherwise."
                   (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)