aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 1919c2837f8..a3d69564cfd 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -755,16 +755,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
755 (not (fboundp 'x-show-tip))) 755 (not (fboundp 'x-show-tip)))
756 (tooltip-mode 1)) 756 (tooltip-mode 1))
757 757
758 ;; If you change the code below, you need to also change the
759 ;; corresponding code in the xterm-mouse-mode defcustom. The two need
760 ;; to be equivalent under all conditions, or Custom will get confused.
761 (unless (or noninteractive
762 window-system)
763 (let ((term (getenv "TERM")))
764 (and term
765 (string-match "^\\(xterm\\|rxvt\\|dtterm\\|eterm\\)" term)
766 (xterm-mouse-mode 1))))
767
768 ;; Register default TTY colors for the case the terminal hasn't a 758 ;; Register default TTY colors for the case the terminal hasn't a
769 ;; terminal init file. 759 ;; terminal init file.
770 (unless (memq window-system '(x w32)) 760 (unless (memq window-system '(x w32))