changeset 57804:0b3a265b0a9c

(group cua): Add :version keyword. (cua-mode): Remove :version keyword.
author Kim F. Storm <storm@cua.dk>
date Sat, 30 Oct 2004 22:38:12 +0000
parents 7af0e42e0e75
children 668623fd68b1
files lisp/emulation/cua-base.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Sat Oct 30 20:49:41 2004 +0000
+++ b/lisp/emulation/cua-base.el	Sat Oct 30 22:38:12 2004 +0000
@@ -267,6 +267,7 @@
   :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 @@
   :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)