mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
Say error in x-open-connection should be fatal.
This commit is contained in:
parent
e177ac3a87
commit
f91f7c79c0
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue