mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(xterm-mouse-mode): Typo.
This commit is contained in:
parent
b2497d2e51
commit
47da5efad1
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue