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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/term/linux.el,v
Date: Fri, 13 Jun 2008 21:59:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/13 21:59:41

Index: term/linux.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/linux.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- term/linux.el       11 Jun 2008 02:16:45 -0000      1.14
+++ term/linux.el       13 Jun 2008 21:59:41 -0000      1.15
@@ -9,7 +9,7 @@
   ;; It can't really display underlines.
   (tty-no-underline)
 
-  (ignore-errors (if gpm-mouse-mode (gpm-mouse-enable)))
+  (ignore-errors (when gpm-mouse-mode (require 't-mouse) (gpm-mouse-enable)))
 
   ;; 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]