# HG changeset patch # User Kai Grojohann # Date 1098692952 0 # Node ID 5a8b58d927d6f5433b60aa37635ba69833edf7dc # Parent 1884184364e88e9e81d89492f8e88ef65c20aa5f (mouse-sel-mode): Specify custom group. diff -r 1884184364e8 -r 5a8b58d927d6 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 25 02:03:47 2004 +0000 +++ b/lisp/ChangeLog Mon Oct 25 08:29:12 2004 +0000 @@ -1,3 +1,7 @@ +2004-10-25 Kai Grossjohann + + * mouse-sel.el (mouse-sel-mode): Specify custom group. + 2004-10-24 Luc Teirlinck * indent.el (set-left-margin, set-right-margin): Delete redundant diff -r 1884184364e8 -r 5a8b58d927d6 lisp/mouse-sel.el --- 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)