diff options
Diffstat (limited to 'lisp/term/x-win.el')
-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 () |