aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-10-30 22:38:12 +0000
committerKim F. Storm2004-10-30 22:38:12 +0000
commit162acfa765d1ddd99b6bf97cedcc681a24e4be8b (patch)
treea5a09ba5a55f4e8c82f638295ff87d6087222ac7
parent7c26939b1248d124d3fea7e331e4f33319c4d147 (diff)
downloademacs-162acfa765d1ddd99b6bf97cedcc681a24e4be8b.tar.gz
emacs-162acfa765d1ddd99b6bf97cedcc681a24e4be8b.zip
(group cua): Add :version keyword.
(cua-mode): Remove :version keyword.
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 00411c8ca4c..523a07d26de 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -267,6 +267,7 @@
267 :group 'editing-basics 267 :group 'editing-basics
268 :group 'convenience 268 :group 'convenience
269 :group 'emulations 269 :group 'emulations
270 :version "21.4"
270 :link '(emacs-commentary-link :tag "Commentary" "cua-base.el") 271 :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")
271 :link '(emacs-library-link :tag "Lisp File" "cua-base.el")) 272 :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))
272 273
@@ -1338,7 +1339,6 @@ paste (in addition to the normal emacs bindings)."
1338 :set-after '(cua-enable-modeline-indications cua-use-hyper-key) 1339 :set-after '(cua-enable-modeline-indications cua-use-hyper-key)
1339 :require 'cua-base 1340 :require 'cua-base
1340 :link '(emacs-commentary-link "cua-base.el") 1341 :link '(emacs-commentary-link "cua-base.el")
1341 :version "21.4"
1342 (setq mark-even-if-inactive t) 1342 (setq mark-even-if-inactive t)
1343 (setq highlight-nonselected-windows nil) 1343 (setq highlight-nonselected-windows nil)
1344 (make-variable-buffer-local 'cua--explicit-region-start) 1344 (make-variable-buffer-local 'cua--explicit-region-start)