*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Fri, 20 Dec 1991 08:26:25 +0000 (08:26 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 20 Dec 1991 08:26:25 +0000 (08:26 +0000)
lisp/term/x-win.el

index 58bc291..60425e8 100644 (file)
 (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)