emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/linux.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/term/linux.el,v
Date: Sun, 20 May 2007 08:32:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/05/20 08:32:16

Index: linux.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/linux.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- linux.el    20 May 2007 05:46:31 -0000      1.9
+++ linux.el    20 May 2007 08:32:16 -0000      1.10
@@ -9,7 +9,8 @@
   ;; It can't really display underlines.
   (tty-no-underline)
 
-  (if (fboundp 'term-open-connection) (t-mouse-mode 1))
+  (condition-case nil (t-mouse-mode 1)
+    (error nil))
 
   ;; Make Latin-1 input characters work, too.
   ;; Meta will continue to work, because the kernel




reply via email to

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