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
f91f7c79
Commit
f91f7c79
authored
Oct 23, 1994
by
Richard M. Stallman
Browse files
Say error in x-open-connection should be fatal.
parent
e177ac3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/term/x-win.el
lisp/term/x-win.el
+3
-1
No files found.
lisp/term/x-win.el
View file @
f91f7c79
...
...
@@ -626,7 +626,9 @@ This is in addition to the primary selection.")
(
x-open-connection
(
or
x-display-name
(
setq
x-display-name
(
getenv
"DISPLAY"
)))
x-command-line-resources
)
x-command-line-resources
;; Exit Emacs with fatal error if this fails.
t
)
(
setq
frame-creation-function
'x-create-frame-with-faces
)
...
...
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