summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-02-20 12:14:49 +0000
committerJim Blandy <jimb@redhat.com>1991-02-20 12:14:49 +0000
commitf4ce8684cc6905f8b2e6957e8b34a54124e7de6c (patch)
tree08f046ac706964bdb72356c93538a0b0f8302b07
parentfe79ff619909a3e7ffd82e32ede5670bad458fec (diff)
downloademacs-f4ce8684cc6905f8b2e6957e8b34a54124e7de6c.tar.gz
*** empty log message ***
-rw-r--r--lisp/term/x-win.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 20b4ff07018..feff6de1865 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -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)