]> git.eshelyaron.com Git - emacs.git/commitdiff
(group cua): Add :version keyword.
authorKim F. Storm <storm@cua.dk>
Sat, 30 Oct 2004 22:38:12 +0000 (22:38 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 30 Oct 2004 22:38:12 +0000 (22:38 +0000)
(cua-mode): Remove :version keyword.

lisp/emulation/cua-base.el

index 00411c8ca4c164d27ce21949a45433b889308f56..523a07d26de3d3f1a9e7355892a22227a0eaff86 100644 (file)
   :group 'editing-basics
   :group 'convenience
   :group 'emulations
+  :version "21.4"
   :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")
   :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))
 
@@ -1338,7 +1339,6 @@ paste (in addition to the normal emacs bindings)."
   :set-after '(cua-enable-modeline-indications cua-use-hyper-key)
   :require 'cua-base
   :link '(emacs-commentary-link "cua-base.el")
-  :version "21.4"
   (setq mark-even-if-inactive t)
   (setq highlight-nonselected-windows nil)
   (make-variable-buffer-local 'cua--explicit-region-start)