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
99d33957
Commit
99d33957
authored
Jun 26, 1991
by
Jim Blandy
Browse files
*** empty log message ***
parent
7921925c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/term/x-win.el
lisp/term/x-win.el
+3
-3
No files found.
lisp/term/x-win.el
View file @
99d33957
...
...
@@ -200,7 +200,7 @@ are left in ARGS."
(
tail
(
assq
key
screen-default-alist
))
(
value
(
or
(
x-get-resource
(
nth
1
key-resname-default
))
(
nth
3
key-resname-default
))))
(
nth
2
key-resname-default
))))
(
if
tail
(
setcdr
tail
value
)
(
setq
screen-default-alist
(
cons
(
cons
key
value
)
...
...
@@ -629,10 +629,10 @@ are left in ARGS."
;; xterm.c depends on using interrupt-driven input.
(
set-input-mode
t
nil
t
)
(
x-read-resources
)
(
x-handle-args
)
(
x-open-connection
(
or
x-display-name
(
setq
x-display-name
(
getenv
"DISPLAY"
))))
(
x-read-resources
)
(
x-handle-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