From 3000e3f4e49db898c4f7a6ec702f351ed9c4c38a Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 21 Jul 2008 17:23:14 +0000 Subject: [PATCH] (command-line-1): Fix indentation. --- lisp/ChangeLog | 2 ++ lisp/startup.el | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7980e988f20..17ad3fb9e1b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-07-21 Dan Nicolaescu + * startup.el (command-line-1): Fix indentation. + * term/ns-win.el (up-one, down-one, left-one, right-one): Remove, checked in inadvertently. diff --git a/lisp/startup.el b/lisp/startup.el index 6fdab938cf9..21ef966f185 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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) -- 2.39.2