emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/xt-mouse.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/xt-mouse.el
Date: Sun, 17 Apr 2005 20:52:57 -0400

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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]