Mercurial > emacs
changeset 299:d14d86137063
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 26 Jun 1991 16:26:52 +0000 |
parents | a9d3e8df1eec |
children | 4ee2046fcb72 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Wed Jun 26 15:44:32 1991 +0000 +++ b/lisp/term/x-win.el Wed Jun 26 16:26:52 1991 +0000 @@ -200,7 +200,7 @@ (tail (assq key screen-default-alist)) (value (or (x-get-resource (nth 1 key-resname-default)) - (nth 3 key-resname-default)))) + (nth 2 key-resname-default)))) (if tail (setcdr tail value) (setq screen-default-alist (cons (cons key value) @@ -629,10 +629,10 @@ ;; xterm.c depends on using interrupt-driven input. (set-input-mode t nil t) +(x-open-connection (or x-display-name + (setq x-display-name (getenv "DISPLAY")))) (x-read-resources) (x-handle-args) -(x-open-connection (or x-display-name - (setq x-display-name (getenv "DISPLAY")))) (x-pop-initial-window) (setq suspend-hook