comparison lisp/term/x-win.el @ 374:fe53e897c427

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 05 Aug 1991 22:46:55 +0000
parents 5f0324deb0c5
children 83d02d436296
comparison
equal deleted inserted replaced
373:7c6f74ef31a3 374:fe53e897c427
632 ;; xterm.c depends on using interrupt-driven input, but we don't want 632 ;; xterm.c depends on using interrupt-driven input, but we don't want
633 ;; the fcntls to apply to the terminal, so we do this after opening 633 ;; the fcntls to apply to the terminal, so we do this after opening
634 ;; the display. 634 ;; the display.
635 (set-input-mode t nil t) 635 (set-input-mode t nil t)
636 636
637 (setq screen-creation-function 'x-create-screen)
637 (x-read-resources) 638 (x-read-resources)
638 (setq command-line-args (x-handle-args command-line-args)) 639 (setq command-line-args (x-handle-args command-line-args))
639 (x-pop-initial-window) 640 (x-pop-initial-window)
640 641
641 (setq suspend-hook 642 (setq suspend-hook