aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Großjohann <[email protected]>2004-10-25 08:29:12 +0000
committerKai Großjohann <[email protected]>2004-10-25 08:29:12 +0000
commit3acd2c4f888f8557829607bb23290da47eec529c (patch)
treeacab956339f80bcb769434adb3bd5b3455d53516
parentfc1062f54140bedbaf27f8938325543d3ecc8aa8 (diff)
(mouse-sel-mode): Specify custom group.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mouse-sel.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e99856fe5f..31ef1b514e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-25 Kai Grossjohann <[email protected]>
+
+ * mouse-sel.el (mouse-sel-mode): Specify custom group.
+
2004-10-24 Luc Teirlinck <[email protected]>
* indent.el (set-left-margin, set-right-margin): Delete redundant
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el
index f9b90fbfc6..b6f4558f28 100644
--- a/lisp/mouse-sel.el
+++ b/lisp/mouse-sel.el
@@ -240,6 +240,7 @@ to the kill ring. Pressing mouse-1 or mouse-3 kills it.
& 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)