aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 12:29:42 +0000
committerJuanma Barranquero2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/xt-mouse.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip
Trailing whitespace deleted.
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r--lisp/xt-mouse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 179294cc88e..08e1d39a430 100644
--- a/lisp/xt-mouse.el
+++ b/lisp/xt-mouse.el
@@ -65,7 +65,7 @@
65 (vector down-where down-command) 65 (vector down-where down-command)
66 (vector down-command)))) 66 (vector down-command))))
67 (is-click (string-match "^mouse" (symbol-name (car down))))) 67 (is-click (string-match "^mouse" (symbol-name (car down)))))
68 68
69 (unless is-click 69 (unless is-click
70 (unless (and (eq (read-char) ?\e) 70 (unless (and (eq (read-char) ?\e)
71 (eq (read-char) ?\[) 71 (eq (read-char) ?\[)
@@ -140,7 +140,7 @@
140 (max 0 (1- (window-hscroll))))) 140 (max 0 (1- (window-hscroll)))))
141 (point)) 141 (point))
142 where)) 142 where))
143 (mouse (intern 143 (mouse (intern
144 ;; For buttons > 3, the release-event looks 144 ;; For buttons > 3, the release-event looks
145 ;; differently (see xc/programs/xterm/button.c, 145 ;; differently (see xc/programs/xterm/button.c,
146 ;; function EditorButton), and there seems to come in 146 ;; function EditorButton), and there seems to come in