Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
47da5efa
Commit
47da5efa
authored
Feb 22, 2000
by
Dave Love
Browse files
(xterm-mouse-mode): Typo.
parent
b2497d2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/xt-mouse.el
lisp/xt-mouse.el
+1
-1
No files found.
lisp/ChangeLog
View file @
47da5efa
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
...
...
lisp/xt-mouse.el
View file @
47da5efa
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment