# HG changeset patch # User Luc Teirlinck # Date 1113785742 0 # Node ID a473e4d3af750acfbe037dc8ce76f6e45aff7273 # Parent 143ba4d2beacdcfda6a9a0a79d3a5ef4791385f9 (command-line): No longer enable Xterm Mouse mode by default in terminals compatible with xterm. diff -r 143ba4d2beac -r a473e4d3af75 lisp/startup.el --- a/lisp/startup.el Mon Apr 18 00:52:57 2005 +0000 +++ b/lisp/startup.el Mon Apr 18 00:55:42 2005 +0000 @@ -755,16 +755,6 @@ (not (fboundp 'x-show-tip))) (tooltip-mode 1)) - ;; If you change the code below, you need to also change the - ;; corresponding code in the xterm-mouse-mode defcustom. The two need - ;; to be equivalent under all conditions, or Custom will get confused. - (unless (or noninteractive - window-system) - (let ((term (getenv "TERM"))) - (and term - (string-match "^\\(xterm\\|rxvt\\|dtterm\\|eterm\\)" term) - (xterm-mouse-mode 1)))) - ;; Register default TTY colors for the case the terminal hasn't a ;; terminal init file. (unless (memq window-system '(x w32))