Index: emacs/lisp/xt-mouse.el
diff -c emacs/lisp/xt-mouse.el:1.27 emacs/lisp/xt-mouse.el:1.28
*** emacs/lisp/xt-mouse.el:1.27 Wed Apr 13 22:22:40 2005
--- emacs/lisp/xt-mouse.el      Mon Apr 18 00:52:57 2005
***************
*** 162,176 ****
  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
--- 162,167 ----


_______________________________________________
Emacs-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to