/[emacs]/emacs/lisp/emulation/keypad.el
ViewVC logotype

Diff of /emacs/lisp/emulation/keypad.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by miles, Mon Sep 1 15:45:22 2003 UTC revision 1.8 by kfstorm, Wed Feb 9 15:50:39 2005 UTC
# Line 108  decimal key must be specified." Line 108  decimal key must be specified."
108               (keypad-setup value nil nil value)))               (keypad-setup value nil nil value)))
109    :initialize 'custom-initialize-default    :initialize 'custom-initialize-default
110    :link '(emacs-commentary-link "keypad.el")    :link '(emacs-commentary-link "keypad.el")
111    :version "21.4"    :version "22.1"
112    :type '(choice (const :tag "Plain numeric keypad" numeric)    :type '(choice (const :tag "Plain numeric keypad" numeric)
113                   (character :tag "Numeric Keypad with Decimal Key"                   (character :tag "Numeric Keypad with Decimal Key"
114                              :match (lambda (widget value) (integerp value))                              :match (lambda (widget value) (integerp value))
# Line 131  decimal key must be specified." Line 131  decimal key must be specified."
131               (keypad-setup value t nil value)))               (keypad-setup value t nil value)))
132    :initialize 'custom-initialize-default    :initialize 'custom-initialize-default
133    :link '(emacs-commentary-link "keypad.el")    :link '(emacs-commentary-link "keypad.el")
134    :version "21.4"    :version "22.1"
135    :type '(choice (const :tag "Plain numeric keypad" numeric)    :type '(choice (const :tag "Plain numeric keypad" numeric)
136                   (character :tag "Numeric Keypad with Decimal Key"                   (character :tag "Numeric Keypad with Decimal Key"
137                              :match (lambda (widget value) (integerp value))                              :match (lambda (widget value) (integerp value))
# Line 154  decimal key must be specified." Line 154  decimal key must be specified."
154               (keypad-setup value nil t value)))               (keypad-setup value nil t value)))
155    :initialize 'custom-initialize-default    :initialize 'custom-initialize-default
156    :link '(emacs-commentary-link "keypad.el")    :link '(emacs-commentary-link "keypad.el")
157    :version "21.4"    :version "22.1"
158    :type '(choice (const :tag "Plain numeric keypad" numeric)    :type '(choice (const :tag "Plain numeric keypad" numeric)
159                   (character :tag "Numeric Keypad with Decimal Key"                   (character :tag "Numeric Keypad with Decimal Key"
160                              :match (lambda (widget value) (integerp value))                              :match (lambda (widget value) (integerp value))
# Line 177  decimal key must be specified." Line 177  decimal key must be specified."
177               (keypad-setup value t t value)))               (keypad-setup value t t value)))
178    :initialize 'custom-initialize-default    :initialize 'custom-initialize-default
179    :link '(emacs-commentary-link "keypad.el")    :link '(emacs-commentary-link "keypad.el")
180    :version "21.4"    :version "22.1"
181    :type '(choice (const :tag "Plain numeric keypad" numeric)    :type '(choice (const :tag "Plain numeric keypad" numeric)
182                   (character :tag "Numeric Keypad with Decimal Key"                   (character :tag "Numeric Keypad with Decimal Key"
183                              :match (lambda (widget value) (integerp value))                              :match (lambda (widget value) (integerp value))

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26