changeset 61279:e745823be4f7

(cua-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 09:13:04 +0000
parents 83d73d728418
children 00b61538c205
files lisp/emulation/cua-base.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Mon Apr 04 09:11:34 2005 +0000
+++ b/lisp/emulation/cua-base.el	Mon Apr 04 09:13:04 2005 +0000
@@ -1307,6 +1307,7 @@
 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")