aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-04-04 09:13:04 +0000
committerLute Kamstra <[email protected]>2005-04-04 09:13:04 +0000
commitca0f8d34ccc5762e5eb443a01898ea3ce4270889 (patch)
treedca7fa0d75ce9be8a3a408cdfe88934b4973df97
parent90f5a5a05efb79bbde9030c2ac7cc268b4803150 (diff)
(cua-mode): Specify :group.
-rw-r--r--lisp/emulation/cua-base.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 7b2ba5c6fb..8852999db2 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -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")