From: Kai Großjohann Date: Mon, 25 Oct 2004 08:29:12 +0000 (+0000) Subject: (mouse-sel-mode): Specify custom group. X-Git-Tag: ttn-vms-21-2-B4~4412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3acd2c4f888f8557829607bb23290da47eec529c;p=emacs.git (mouse-sel-mode): Specify custom group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e99856fe5f3..31ef1b514ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index f9b90fbfc6a..b6f4558f280 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)