changeset 192:bca73874f111

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 20 Feb 1991 12:14:49 +0000
parents b6358b876c71
children 596cfc339998
files lisp/term/x-win.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Wed Feb 20 08:29:50 1991 +0000
+++ b/lisp/term/x-win.el	Wed Feb 20 12:14:49 1991 +0000
@@ -58,6 +58,12 @@
 ;; An alist of X options and the function which handles them.  See
 ;; ../startup.el.
 
+;; 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))
+
 (setq command-switch-alist
       (append '(("-dm" . x-establish-daemon-mode)
 		("-bw" . x-handle-numeric-switch)