aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorKim F. Storm2005-02-09 15:50:47 +0000
committerKim F. Storm2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/emulation
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el4
-rw-r--r--lisp/emulation/keypad.el8
2 files changed, 6 insertions, 6 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index fd550eb3c0b..76c0f860a00 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -267,7 +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 :version "22.1"
271 :link '(emacs-commentary-link :tag "Commentary" "cua-base.el") 271 :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")
272 :link '(emacs-library-link :tag "Lisp File" "cua-base.el")) 272 :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))
273 273
@@ -1371,7 +1371,7 @@ paste (in addition to the normal emacs bindings)."
1371 (setq cua--debug (not cua--debug))) 1371 (setq cua--debug (not cua--debug)))
1372 1372
1373;; Install run-time check for older versions of CUA-mode which does not 1373;; Install run-time check for older versions of CUA-mode which does not
1374;; work with GNU Emacs version 21.4 and newer. 1374;; work with GNU Emacs version 22.1 and newer.
1375;; 1375;;
1376;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode 1376;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode
1377;; provided the `CUA-mode' feature. Since this is no longer true, 1377;; provided the `CUA-mode' feature. Since this is no longer true,
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el
index 3fb7cd753bc..95d59d5c8f5 100644
--- a/lisp/emulation/keypad.el
+++ b/lisp/emulation/keypad.el
@@ -108,7 +108,7 @@ decimal key must be specified."
108 (keypad-setup value nil nil value))) 108 (keypad-setup value nil nil value)))
109 :initialize 'custom-initialize-default 109 :initialize 'custom-initialize-default
110 :link '(emacs-commentary-link "keypad.el") 110 :link '(emacs-commentary-link "keypad.el")
111 :version "21.4" 111 :version "22.1"
112 :type '(choice (const :tag "Plain numeric keypad" numeric) 112 :type '(choice (const :tag "Plain numeric keypad" numeric)
113 (character :tag "Numeric Keypad with Decimal Key" 113 (character :tag "Numeric Keypad with Decimal Key"
114 :match (lambda (widget value) (integerp value)) 114 :match (lambda (widget value) (integerp value))
@@ -131,7 +131,7 @@ decimal key must be specified."
131 (keypad-setup value t nil value))) 131 (keypad-setup value t nil value)))
132 :initialize 'custom-initialize-default 132 :initialize 'custom-initialize-default
133 :link '(emacs-commentary-link "keypad.el") 133 :link '(emacs-commentary-link "keypad.el")
134 :version "21.4" 134 :version "22.1"
135 :type '(choice (const :tag "Plain numeric keypad" numeric) 135 :type '(choice (const :tag "Plain numeric keypad" numeric)
136 (character :tag "Numeric Keypad with Decimal Key" 136 (character :tag "Numeric Keypad with Decimal Key"
137 :match (lambda (widget value) (integerp value)) 137 :match (lambda (widget value) (integerp value))
@@ -154,7 +154,7 @@ decimal key must be specified."
154 (keypad-setup value nil t value))) 154 (keypad-setup value nil t value)))
155 :initialize 'custom-initialize-default 155 :initialize 'custom-initialize-default
156 :link '(emacs-commentary-link "keypad.el") 156 :link '(emacs-commentary-link "keypad.el")
157 :version "21.4" 157 :version "22.1"
158 :type '(choice (const :tag "Plain numeric keypad" numeric) 158 :type '(choice (const :tag "Plain numeric keypad" numeric)
159 (character :tag "Numeric Keypad with Decimal Key" 159 (character :tag "Numeric Keypad with Decimal Key"
160 :match (lambda (widget value) (integerp value)) 160 :match (lambda (widget value) (integerp value))
@@ -177,7 +177,7 @@ decimal key must be specified."
177 (keypad-setup value t t value))) 177 (keypad-setup value t t value)))
178 :initialize 'custom-initialize-default 178 :initialize 'custom-initialize-default
179 :link '(emacs-commentary-link "keypad.el") 179 :link '(emacs-commentary-link "keypad.el")
180 :version "21.4" 180 :version "22.1"
181 :type '(choice (const :tag "Plain numeric keypad" numeric) 181 :type '(choice (const :tag "Plain numeric keypad" numeric)
182 (character :tag "Numeric Keypad with Decimal Key" 182 (character :tag "Numeric Keypad with Decimal Key"
183 :match (lambda (widget value) (integerp value)) 183 :match (lambda (widget value) (integerp value))