diff options
| author | Richard M. Stallman | 1994-10-23 07:59:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-23 07:59:01 +0000 |
| commit | f91f7c79c05abceb295cfe8a4b2fa4edbb76f25d (patch) | |
| tree | 68544df8ee4249e59b01975c17dddb9e1c7c7840 /lisp/term | |
| parent | e177ac3a87e612f6b12c0f244e12b51c0144160e (diff) | |
| download | emacs-f91f7c79c05abceb295cfe8a4b2fa4edbb76f25d.tar.gz emacs-f91f7c79c05abceb295cfe8a4b2fa4edbb76f25d.zip | |
Say error in x-open-connection should be fatal.
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/x-win.el | 4 |
1 files changed, 3 insertions, 1 deletions
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.") | |||
| 626 | 626 | ||
| 627 | (x-open-connection (or x-display-name | 627 | (x-open-connection (or x-display-name |
| 628 | (setq x-display-name (getenv "DISPLAY"))) | 628 | (setq x-display-name (getenv "DISPLAY"))) |
| 629 | x-command-line-resources) | 629 | x-command-line-resources |
| 630 | ;; Exit Emacs with fatal error if this fails. | ||
| 631 | t) | ||
| 630 | 632 | ||
| 631 | (setq frame-creation-function 'x-create-frame-with-faces) | 633 | (setq frame-creation-function 'x-create-frame-with-faces) |
| 632 | 634 | ||