Mercurial > emacs
changeset 9669:572b1f190d15
Say error in x-open-connection should be fatal.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 23 Oct 1994 07:59:01 +0000 |
parents | 38a4e4386aed |
children | a03e0a600f3f |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Sun Oct 23 07:49:24 1994 +0000 +++ b/lisp/term/x-win.el Sun Oct 23 07:59:01 1994 +0000 @@ -626,7 +626,9 @@ (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)