diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-12 12:57:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-12 12:57:12 +0000 |
commit | 9e2b097b2608f55d27df1e3521575be8dd670a0c (patch) | |
tree | 957a68070b4ce12f0392726f5446e93b88fb80bb /lisp/term | |
parent | 7e1dae733a5eda79d5681349ca39bfc36ca27871 (diff) | |
download | emacs-9e2b097b2608f55d27df1e3521575be8dd670a0c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 799e90ff6c3..68923a0b8db 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -437,11 +437,6 @@ This returns ARGS with the arguments that have been processed removed." (x-open-connection (or x-display-name (setq x-display-name (getenv "DISPLAY")))) -;;; xterm.c depends on using interrupt-driven input, but we don't want -;;; the fcntls to apply to the terminal, so we do this after opening -;;; the display. -(set-input-mode t nil t) - (setq frame-creation-function 'x-create-frame) (setq suspend-hook '(lambda () |