From: Lute Kamstra Date: Mon, 4 Apr 2005 09:13:04 +0000 (+0000) Subject: (cua-mode): Specify :group. X-Git-Tag: ttn-vms-21-2-B4~1234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca0f8d34ccc5762e5eb443a01898ea3ce4270889;p=emacs.git (cua-mode): Specify :group. --- 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")