summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-04-18 00:52:57 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-04-18 00:52:57 +0000
commit1e122ac3aec2361ad5ec9dfc28c297d6141a1d87 (patch)
treed4ac9ff4b763ce39681bb35c189cd421c39c394e /lisp/xt-mouse.el
parentd7af650930ca9e66f9b3f6b469672244123d3146 (diff)
downloademacs-1e122ac3aec2361ad5ec9dfc28c297d6141a1d87.tar.gz
(xterm-mouse-mode): Set init value back to nil.
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r--lisp/xt-mouse.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 62710e752a7..797893c8f2b 100644
--- a/lisp/xt-mouse.el
+++ b/lisp/xt-mouse.el
@@ -162,15 +162,6 @@ single clicks are supported. When turned on, the normal xterm
mouse functionality for such clicks is still available by holding
down the SHIFT key while pressing the mouse button."
:global t :group 'mouse
- ;; If you change the code below, you also need to change the
- ;; corresponding code in startup.el.
- :init-value (unless (or noninteractive
- window-system)
- (let ((term (getenv "TERM")))
- (and term
- (string-match "^\\(xterm\\|rxvt\\|dtterm\\|eterm\\)"
- term)
- t)))
(if xterm-mouse-mode
;; Turn it on
(unless window-system