# HG changeset patch # User Nick Roberts # Date 1179649936 0 # Node ID 6d4bdea33da9857dcd971aab980b88a69a299948 # Parent 74965b1ffc6f8443ef2e91b8ff9ecc9e41a1f03c (terminal-init-linux): Don't signal an error if gpm isn't running. diff -r 74965b1ffc6f -r 6d4bdea33da9 lisp/term/linux.el --- a/lisp/term/linux.el Sun May 20 08:30:57 2007 +0000 +++ b/lisp/term/linux.el Sun May 20 08:32:16 2007 +0000 @@ -9,7 +9,8 @@ ;; It can't really display underlines. (tty-no-underline) - (if (fboundp 'term-open-connection) (t-mouse-mode 1)) + (condition-case nil (t-mouse-mode 1) + (error nil)) ;; Make Latin-1 input characters work, too. ;; Meta will continue to work, because the kernel