Mercurial > emacs
diff lisp/term/linux.el @ 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 | 43c1eff6b631 |
| children | ef719132ddfa |
line wrap: on
line diff
--- 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
