Mercurial > emacs
changeset 467:95e458d30014
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 20 Dec 1991 08:26:25 +0000 |
parents | a5749ca987d0 |
children | 9b11b9478c68 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Fri Dec 20 08:24:06 1991 +0000 +++ b/lisp/term/x-win.el Fri Dec 20 08:26:25 1991 +0000 @@ -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)