]> git.eshelyaron.com Git - emacs.git/commitdiff
(cua-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:13:04 +0000 (09:13 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:13:04 +0000 (09:13 +0000)
lisp/emulation/cua-base.el

index 7b2ba5c6fb2c2f3bbf56e4a40b779bc33148476e..8852999db2dacd8cd2d47489e431fbd3c3de830b 100644 (file)
@@ -1307,6 +1307,7 @@ highlight the region using `transient-mark-mode'), and typed text replaces
 the active selection.  C-z, C-x, C-c, and C-v will undo, cut, copy, and
 paste (in addition to the normal emacs bindings)."
   :global t
+  :group 'cua
   :set-after '(cua-enable-modeline-indications cua-use-hyper-key)
   :require 'cua-base
   :link '(emacs-commentary-link "cua-base.el")