summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/x-win.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 58bc29174b1..60425e8f271 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -61,14 +61,8 @@
(if (not (eq window-system 'x))
(error "Loading x-win.el but not compiled for X"))
-;; This is a temporary work-around while we the separate keymap
-;; stuff isn't yet fixed. These variables aren't used anymore,
-;; but the lisp code wants them to exist. -JimB
-(setq global-mouse-map (make-sparse-keymap))
-(setq global-function-map (make-sparse-keymap))
-
-(require 'x-mouse)
(require 'screen)
+(require 'mouse)
(setq command-switch-alist
(append '(("-bw" . x-handle-numeric-switch)