Mercurial > emacs
changeset 96868:0b20e535e319
(command-line-1): Fix indentation.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 21 Jul 2008 17:23:14 +0000 |
parents | fe4950880bae |
children | 8cb5d45989af |
files | lisp/ChangeLog lisp/startup.el |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 21 17:21:24 2008 +0000 +++ b/lisp/ChangeLog Mon Jul 21 17:23:14 2008 +0000 @@ -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.
--- 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)