diff lisp/mouse-sel.el @ 57687:5a8b58d927d6

(mouse-sel-mode): Specify custom group.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Mon, 25 Oct 2004 08:29:12 +0000
parents baeae7be621d
children 1d855c5b0242 0fe073a08cef
line wrap: on
line diff
--- a/lisp/mouse-sel.el	Mon Oct 25 02:03:47 2004 +0000
+++ b/lisp/mouse-sel.el	Mon Oct 25 08:29:12 2004 +0000
@@ -240,6 +240,7 @@
 & mouse-3, but operate on the X secondary selection rather than the
 primary selection and region."
   :global t
+  :group 'mouse-sel
   (if mouse-sel-mode
       (progn
 	(add-hook 'x-lost-selection-hooks 'mouse-sel-lost-selection-hook)