From 2f530b587df9ed8207a284b81deef69333aa1098 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 18 Apr 2005 00:52:57 +0000 Subject: [PATCH] (xterm-mouse-mode): Set init value back to nil. --- lisp/xt-mouse.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el index 62710e752a7..797893c8f2b 100644 --- a/lisp/xt-mouse.el +++ b/lisp/xt-mouse.el @@ -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 -- 2.39.2