From: Richard M. Stallman Date: Sun, 23 Oct 1994 07:59:01 +0000 (+0000) Subject: Say error in x-open-connection should be fatal. X-Git-Tag: emacs-19.34~6186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f91f7c79c05abceb295cfe8a4b2fa4edbb76f25d;p=emacs.git Say error in x-open-connection should be fatal. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 39c09c8c038..07db0c5aa65 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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)