From: Jim Blandy Date: Wed, 20 Feb 1991 12:14:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15634 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4ce8684cc6905f8b2e6957e8b34a54124e7de6c;p=emacs.git *** empty log message *** --- 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)