]> git.eshelyaron.com Git - emacs.git/commitdiff
(xterm-mouse-mode): Set init value back to nil.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 18 Apr 2005 00:52:57 +0000 (00:52 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 18 Apr 2005 00:52:57 +0000 (00:52 +0000)
lisp/xt-mouse.el

index 62710e752a71b44a9d9e83053fd9150fb67f2db0..797893c8f2b79259b4a4e73c92b1cc2060c1e588 100644 (file)
@@ -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