Mercurial > emacs
changeset 61609:143ba4d2beac
(xterm-mouse-mode): Set init value back to nil.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 18 Apr 2005 00:52:57 +0000 |
parents | 6a8ebeaf5f56 |
children | a473e4d3af75 |
files | lisp/xt-mouse.el |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/xt-mouse.el Mon Apr 18 00:29:45 2005 +0000 +++ b/lisp/xt-mouse.el Mon Apr 18 00:52:57 2005 +0000 @@ -162,15 +162,6 @@ 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