]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Wed, 20 Feb 1991 12:14:49 +0000 (12:14 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 20 Feb 1991 12:14:49 +0000 (12:14 +0000)
lisp/term/x-win.el

index 20b4ff07018ea5c6d33a4fe39a3543655394e35b..feff6de1865adcfdc7126bb1bd062490e0e15e14 100644 (file)
 ;; 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)