Mercurial > hg > xemacs-beta
diff lisp/mouse.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 2c611d1463a6 |
children | f220cc83d72e |
line wrap: on
line diff
--- a/lisp/mouse.el Mon Aug 13 10:11:42 2007 +0200 +++ b/lisp/mouse.el Mon Aug 13 10:12:37 2007 +0200 @@ -53,6 +53,10 @@ (global-set-key 'drop2 'mouse-offix-drop) (global-set-key 'drop3 'mouse-offix-drop))) +(defgroup mouse nil + "Window system-independent mouse support." + :group 'editing) + (defcustom mouse-track-rectangle-p nil "*If true, then dragging out a region with the mouse selects rectangles instead of simple start/end regions."