]> git.eshelyaron.com Git - emacs.git/commitdiff
(xterm-mouse-mode): Typo.
authorDave Love <fx@gnu.org>
Tue, 22 Feb 2000 12:02:10 +0000 (12:02 +0000)
committerDave Love <fx@gnu.org>
Tue, 22 Feb 2000 12:02:10 +0000 (12:02 +0000)
lisp/ChangeLog
lisp/xt-mouse.el

index 312d8351ab696487db4d1a5a0d73bb7c6a6893b2..56a9a08c24487448b0caaf16884e3fd0ff1be2d1 100644 (file)
@@ -1,3 +1,12 @@
+2000-02-22  Dave Love  <fx@gnu.org>
+
+       * xt-mouse.el: Doc fixes.
+       (xterm-mouse-position-function): New function, replacing advice of
+       mouse-position.
+       (xterm-mouse-mode): Use it.  Don't turn on under a window system.
+
+       * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
+
 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
 
        * format.el (format-annotate-single-property-change): Handle
index 808923ac578012fbb680054987c06971164c4724..b87061e5316924ef5295f1ac88ec70474a82dd2f 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)