summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-02-22 12:02:10 +0000
committerDave Love <fx@gnu.org>2000-02-22 12:02:10 +0000
commit47da5efad17e54f35d53195e05c326ec26eee351 (patch)
tree053994525ef017ca3f74eb7ad4087bf9ca6580c9 /lisp/xt-mouse.el
parentb2497d2e515ee895b2b9bc5664c05b749c03faa8 (diff)
downloademacs-47da5efad17e54f35d53195e05c326ec26eee351.tar.gz
(xterm-mouse-mode): Typo.
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r--lisp/xt-mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 808923ac578..b87061e5316 100644
--- a/lisp/xt-mouse.el
+++ b/lisp/xt-mouse.el
@@ -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)