diff options
| author | Jim Blandy | 1991-06-26 16:26:52 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-06-26 16:26:52 +0000 |
| commit | 99d3395738bbc109fa2408d84aef287b5f5c2b5b (patch) | |
| tree | 0a2a1d7e0980dee8867264d7d2a892c774a69899 | |
| parent | 7921925c23afe182a468b569c3ac111d92b37ea3 (diff) | |
| download | emacs-99d3395738bbc109fa2408d84aef287b5f5c2b5b.tar.gz emacs-99d3395738bbc109fa2408d84aef287b5f5c2b5b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/term/x-win.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 1ec66589e47..974019b8aac 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -200,7 +200,7 @@ are left in ARGS." | |||
| 200 | (tail (assq key screen-default-alist)) | 200 | (tail (assq key screen-default-alist)) |
| 201 | (value | 201 | (value |
| 202 | (or (x-get-resource (nth 1 key-resname-default)) | 202 | (or (x-get-resource (nth 1 key-resname-default)) |
| 203 | (nth 3 key-resname-default)))) | 203 | (nth 2 key-resname-default)))) |
| 204 | (if tail (setcdr tail value) | 204 | (if tail (setcdr tail value) |
| 205 | (setq screen-default-alist | 205 | (setq screen-default-alist |
| 206 | (cons (cons key value) | 206 | (cons (cons key value) |
| @@ -629,10 +629,10 @@ are left in ARGS." | |||
| 629 | 629 | ||
| 630 | ;; xterm.c depends on using interrupt-driven input. | 630 | ;; xterm.c depends on using interrupt-driven input. |
| 631 | (set-input-mode t nil t) | 631 | (set-input-mode t nil t) |
| 632 | (x-read-resources) | ||
| 633 | (x-handle-args) | ||
| 634 | (x-open-connection (or x-display-name | 632 | (x-open-connection (or x-display-name |
| 635 | (setq x-display-name (getenv "DISPLAY")))) | 633 | (setq x-display-name (getenv "DISPLAY")))) |
| 634 | (x-read-resources) | ||
| 635 | (x-handle-args) | ||
| 636 | (x-pop-initial-window) | 636 | (x-pop-initial-window) |
| 637 | 637 | ||
| 638 | (setq suspend-hook | 638 | (setq suspend-hook |