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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/term/linux.el,v
Date: Sat, 07 Jun 2008 02:42:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/07 02:42:21

Index: linux.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/linux.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- linux.el    10 Apr 2008 14:10:41 -0000      1.12
+++ linux.el    7 Jun 2008 02:42:21 -0000       1.13
@@ -9,8 +9,7 @@
   ;; It can't really display underlines.
   (tty-no-underline)
 
-  (condition-case nil (t-mouse-mode 1)
-    (error nil))
+  (ignore-errors (gpm-mouse-mode 1))
 
   ;; 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]