# HG changeset patch # User Kim F. Storm # Date 1099175892 0 # Node ID 0b3a265b0a9c8e34e2c5f3aa2dcafc89edd2113a # Parent 7af0e42e0e7596548b4e75a5b2779e2950dd6a01 (group cua): Add :version keyword. (cua-mode): Remove :version keyword. diff -r 7af0e42e0e75 -r 0b3a265b0a9c lisp/emulation/cua-base.el --- 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)