diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-04 09:13:04 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-04 09:13:04 +0000 |
commit | ca0f8d34ccc5762e5eb443a01898ea3ce4270889 (patch) | |
tree | dca7fa0d75ce9be8a3a408cdfe88934b4973df97 /lisp/emulation/cua-base.el | |
parent | 90f5a5a05efb79bbde9030c2ac7cc268b4803150 (diff) | |
download | emacs-ca0f8d34ccc5762e5eb443a01898ea3ce4270889.tar.gz |
(cua-mode): Specify :group.
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r-- | lisp/emulation/cua-base.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 7b2ba5c6fb2..8852999db2d 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") |