comparison lisp/t-mouse.el @ 82365:e5a68f18fcb9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:41:28 +0000
parents b98604865ea0 7c8949dbfa0d
children 3e6ef5f41da8
comparison
equal deleted inserted replaced
82364:0c34fdde692c 82365:e5a68f18fcb9
40 ;;; Code: 40 ;;; Code:
41 41
42 ;;;###autoload 42 ;;;###autoload
43 (define-minor-mode t-mouse-mode 43 (define-minor-mode t-mouse-mode
44 "Toggle t-mouse mode to use the mouse in Linux consoles. 44 "Toggle t-mouse mode to use the mouse in Linux consoles.
45 With prefix arg, turn t-mouse mode on iff arg is positive. 45 With prefix arg, turn t-mouse mode on if arg is positive, otherwise turn it
46 off.
46 47
47 This allows the use of the mouse when operating on a Linux console, in the 48 This allows the use of the mouse when operating on a Linux console, in the
48 same way as you can use the mouse under X11. 49 same way as you can use the mouse under X11.
49 It requires the `mev' program, part of the `gpm' utilities." 50 It requires the `mev' program, part of the `gpm' utilities."
50 :global t :group 'mouse 51 :global t :group 'mouse