Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3000e3f4
Commit
3000e3f4
authored
Jul 21, 2008
by
Dan Nicolaescu
Browse files
(command-line-1): Fix indentation.
parent
d221466a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/startup.el
lisp/startup.el
+4
-4
No files found.
lisp/ChangeLog
View file @
3000e3f4
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.
...
...
lisp/startup.el
View file @
3000e3f4
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment