mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
This commit is contained in:
parent
1de0ae85b3
commit
bf247b6ed0
148 changed files with 799 additions and 792 deletions
|
|
@ -108,7 +108,7 @@ decimal key must be specified."
|
|||
(keypad-setup value nil nil value)))
|
||||
:initialize 'custom-initialize-default
|
||||
:link '(emacs-commentary-link "keypad.el")
|
||||
:version "21.4"
|
||||
:version "22.1"
|
||||
:type '(choice (const :tag "Plain numeric keypad" numeric)
|
||||
(character :tag "Numeric Keypad with Decimal Key"
|
||||
:match (lambda (widget value) (integerp value))
|
||||
|
|
@ -131,7 +131,7 @@ decimal key must be specified."
|
|||
(keypad-setup value t nil value)))
|
||||
:initialize 'custom-initialize-default
|
||||
:link '(emacs-commentary-link "keypad.el")
|
||||
:version "21.4"
|
||||
:version "22.1"
|
||||
:type '(choice (const :tag "Plain numeric keypad" numeric)
|
||||
(character :tag "Numeric Keypad with Decimal Key"
|
||||
:match (lambda (widget value) (integerp value))
|
||||
|
|
@ -154,7 +154,7 @@ decimal key must be specified."
|
|||
(keypad-setup value nil t value)))
|
||||
:initialize 'custom-initialize-default
|
||||
:link '(emacs-commentary-link "keypad.el")
|
||||
:version "21.4"
|
||||
:version "22.1"
|
||||
:type '(choice (const :tag "Plain numeric keypad" numeric)
|
||||
(character :tag "Numeric Keypad with Decimal Key"
|
||||
:match (lambda (widget value) (integerp value))
|
||||
|
|
@ -177,7 +177,7 @@ decimal key must be specified."
|
|||
(keypad-setup value t t value)))
|
||||
:initialize 'custom-initialize-default
|
||||
:link '(emacs-commentary-link "keypad.el")
|
||||
:version "21.4"
|
||||
:version "22.1"
|
||||
:type '(choice (const :tag "Plain numeric keypad" numeric)
|
||||
(character :tag "Numeric Keypad with Decimal Key"
|
||||
:match (lambda (widget value) (integerp value))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue