1
Fork 0
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:
Richard M. Stallman 1994-10-23 07:59:01 +00:00
parent e177ac3a87
commit f91f7c79c0

View file

@ -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)