Mercurial > emacs
changeset 95908:a69758a613b9
(terminal-init-linux): Load t-mouse.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 13 Jun 2008 21:59:41 +0000 |
parents | 073d13ac30e6 |
children | fcc6d97140b3 |
files | lisp/ChangeLog lisp/term/linux.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + + * term/linux.el (terminal-init-linux): Load t-mouse. + 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca> Drew Adams <drew.adams@oracle.com>
--- 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