diff options
author | Jim Blandy <jimb@redhat.com> | 1991-12-20 08:26:25 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-12-20 08:26:25 +0000 |
commit | 3eb43f714030ddc78d6f4f8c1c17bc1d5dc54dfb (patch) | |
tree | 49b1fb1862f33e251e8b6a19f6b52134dfcd8554 /lisp | |
parent | e645a1ddd6a4552bf6d14dac038ecd9587c010ac (diff) | |
download | emacs-3eb43f714030ddc78d6f4f8c1c17bc1d5dc54dfb.tar.gz emacs-3eb43f714030ddc78d6f4f8c1c17bc1d5dc54dfb.tar.bz2 emacs-3eb43f714030ddc78d6f4f8c1c17bc1d5dc54dfb.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term/x-win.el | 8 |
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) |