(show_help_echo): Update prototype of show_help_echo.
[bpt/emacs.git] / lisp / xt-mouse.el
index 808923a..b87061e 100644 (file)
@@ -163,7 +163,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands."
                  mouse-position-function nil)
            (set-buffer-modified-p (buffer-modified-p))))
     ;;Turn it on
-    (unless (or window-systemxterm-mouse-mode)
+    (unless (or window-system xterm-mouse-mode)
       (setq xterm-mouse-mode t
            mouse-position-function #'xterm-mouse-position-function)
       (turn-on-xterm-mouse-tracking)