diff lisp/emulation/cua-base.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 97e808b19272
children 234a7cab00e4 3ebd9bdb4fe5
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Tue Feb 08 23:51:31 2005 +0000
+++ b/lisp/emulation/cua-base.el	Wed Feb 09 15:50:47 2005 +0000
@@ -267,7 +267,7 @@
   :group 'editing-basics
   :group 'convenience
   :group 'emulations
-  :version "21.4"
+  :version "22.1"
   :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")
   :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))
 
@@ -1371,7 +1371,7 @@
   (setq cua--debug (not cua--debug)))
 
 ;; Install run-time check for older versions of CUA-mode which does not
-;; work with GNU Emacs version 21.4 and newer.
+;; work with GNU Emacs version 22.1 and newer.
 ;;
 ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode
 ;; provided the `CUA-mode' feature.  Since this is no longer true,