aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-06-13 21:59:41 +0000
committerStefan Monnier2008-06-13 21:59:41 +0000
commit960ec30cde454c8271af16b4d6f7ee5e78a9c4f6 (patch)
tree5dc4d96ff4abab882730ece10dcd94d737209588
parentfdeb777a1d88efa9112d2b75aa4415c7659ba522 (diff)
downloademacs-960ec30cde454c8271af16b4d6f7ee5e78a9c4f6.tar.gz
emacs-960ec30cde454c8271af16b4d6f7ee5e78a9c4f6.zip
(terminal-init-linux): Load t-mouse.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/term/linux.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0b49bd9363a..0db9e218c1d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,8 @@
12008-06-13 Stefan Monnier <monnier@iro.umontreal.ca> 12008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * term/linux.el (terminal-init-linux): Load t-mouse.
4
52008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 Drew Adams <drew.adams@oracle.com> 6 Drew Adams <drew.adams@oracle.com>
3 7
4 * info.el (Info-breadcrumbs-depth): New var. 8 * info.el (Info-breadcrumbs-depth): New var.
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index 60bb7b3d925..5ac369721a4 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -9,7 +9,7 @@
9 ;; It can't really display underlines. 9 ;; It can't really display underlines.
10 (tty-no-underline) 10 (tty-no-underline)
11 11
12 (ignore-errors (if gpm-mouse-mode (gpm-mouse-enable))) 12 (ignore-errors (when gpm-mouse-mode (require 't-mouse) (gpm-mouse-enable)))
13 13
14 ;; Make Latin-1 input characters work, too. 14 ;; Make Latin-1 input characters work, too.
15 ;; Meta will continue to work, because the kernel 15 ;; Meta will continue to work, because the kernel