1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(xterm-mouse-mode): Typo.

This commit is contained in:
Dave Love 2000-02-22 12:02:10 +00:00
parent b2497d2e51
commit 47da5efad1
2 changed files with 10 additions and 1 deletions

View 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

View 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)