changeset 27804:863a76e21118

(xterm-mouse-mode): Typo.
author Dave Love <fx@gnu.org>
date Tue, 22 Feb 2000 12:00:49 +0000
parents 5b4cb85d9312
children a7eda5c64268
files lisp/xt-mouse.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/xt-mouse.el	Tue Feb 22 11:57:31 2000 +0000
+++ b/lisp/xt-mouse.el	Tue Feb 22 12:00:49 2000 +0000
@@ -163,7 +163,7 @@
 		  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)