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.
(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)