]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-sel-mode): Specify custom group.
authorKai Großjohann <kgrossjo@eu.uu.net>
Mon, 25 Oct 2004 08:29:12 +0000 (08:29 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Mon, 25 Oct 2004 08:29:12 +0000 (08:29 +0000)
lisp/ChangeLog
lisp/mouse-sel.el

index e99856fe5f3ef769e63d76826198853537e5f436..31ef1b514efb541a451f211300e28aae0cbed086 100644 (file)
@@ -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
index f9b90fbfc6a815bcb1ebddf42575043ff571ee0a..b6f4558f2805229a6acd23268aa8f44a0621c865 100644 (file)
@@ -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)