changeset 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 1884184364e8
children 4d4bfb9781e1
files lisp/ChangeLog lisp/mouse-sel.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <kai.grossjohann@gmx.net>
+
+	* mouse-sel.el (mouse-sel-mode): Specify custom group.
+
 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* indent.el (set-left-margin, set-right-margin): Delete redundant
--- 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)