summaryrefslogtreecommitdiff
path: root/lisp/emulation/keypad.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation/keypad.el')
-rw-r--r--lisp/emulation/keypad.el8
1 files changed, 4 insertions, 4 deletions
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."
(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))