# HG changeset patch # User Stefan Monnier # Date 1213394381 0 # Node ID a69758a613b9b35b793e9d9d016ca981b2e915d6 # Parent 073d13ac30e64b5f3920cf296ec3b89c8758d6fa (terminal-init-linux): Load t-mouse. diff -r 073d13ac30e6 -r a69758a613b9 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jun 13 20:34:26 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 13 21:59:41 2008 +0000 @@ -1,3 +1,7 @@ +2008-06-13 Stefan Monnier + + * term/linux.el (terminal-init-linux): Load t-mouse. + 2008-06-13 Stefan Monnier Drew Adams diff -r 073d13ac30e6 -r a69758a613b9 lisp/term/linux.el --- a/lisp/term/linux.el Fri Jun 13 20:34:26 2008 +0000 +++ b/lisp/term/linux.el Fri Jun 13 21:59:41 2008 +0000 @@ -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