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
8769d648
Commit
8769d648
authored
Jul 11, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
19a1d682
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
lisp/term/x-win.el
lisp/term/x-win.el
+8
-10
No files found.
lisp/term/x-win.el
View file @
8769d648
...
...
@@ -167,15 +167,13 @@
(
defvar
x-invocation-args
nil
)
(
defun
x-handle-args
()
"Here the X-related command line options are processed, before the user's
startup file is loaded. These are present in ARGS (see startup.el).
They are copied to x-invocation args from which the X-related things
are extracted, first the switch (e.g., \"-fg\") in the following code,
and possible values (e.g., \"black\") in the option handler code (e.g.,
x-handle-switch).
When finished, only things not pertaining to X (e.g., \"-q\", filenames)
are left in ARGS."
(
defun
x-handle-args
(
args
)
"Here the X-related command line options in ARGS are processed,
before the user's startup file is loaded. They are copied to
x-invocation args from which the X-related things are extracted, first
the switch (e.g., \"-fg\") in the following code, and possible values
(e.g., \"black\") in the option handler code (e.g., x-handle-switch).
This returns ARGS with the arguments that have been processed removed."
(
setq
x-invocation-args
args
args
nil
)
(
while
x-invocation-args
...
...
@@ -633,7 +631,7 @@ are left in ARGS."
(
x-open-connection
(
or
x-display-name
(
setq
x-display-name
(
getenv
"DISPLAY"
))))
(
x-read-resources
)
(
x-handle-args
)
(
setq
command-line-args
(
x-handle-args
command-line-args
)
)
(
x-pop-initial-window
)
(
setq
suspend-hook
...
...
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