emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/keypad.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/keypad.el
Date: Wed, 09 Feb 2005 10:51:15 -0500

Index: emacs/lisp/emulation/keypad.el
diff -c emacs/lisp/emulation/keypad.el:1.7 emacs/lisp/emulation/keypad.el:1.8
*** emacs/lisp/emulation/keypad.el:1.7  Mon Sep  1 15:45:22 2003
--- emacs/lisp/emulation/keypad.el      Wed Feb  9 15:50:39 2005
***************
*** 108,114 ****
             (keypad-setup value nil nil value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :version "21.4"
    :type '(choice (const :tag "Plain numeric keypad" numeric)
                 (character :tag "Numeric Keypad with Decimal Key"
                            :match (lambda (widget value) (integerp value))
--- 108,114 ----
             (keypad-setup value nil nil value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :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,137 ****
             (keypad-setup value t nil value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :version "21.4"
    :type '(choice (const :tag "Plain numeric keypad" numeric)
                 (character :tag "Numeric Keypad with Decimal Key"
                            :match (lambda (widget value) (integerp value))
--- 131,137 ----
             (keypad-setup value t nil value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :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,160 ****
             (keypad-setup value nil t value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :version "21.4"
    :type '(choice (const :tag "Plain numeric keypad" numeric)
                 (character :tag "Numeric Keypad with Decimal Key"
                            :match (lambda (widget value) (integerp value))
--- 154,160 ----
             (keypad-setup value nil t value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :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,183 ****
             (keypad-setup value t t value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :version "21.4"
    :type '(choice (const :tag "Plain numeric keypad" numeric)
                 (character :tag "Numeric Keypad with Decimal Key"
                            :match (lambda (widget value) (integerp value))
--- 177,183 ----
             (keypad-setup value t t value)))
    :initialize 'custom-initialize-default
    :link '(emacs-commentary-link "keypad.el")
!   :version "22.1"
    :type '(choice (const :tag "Plain numeric keypad" numeric)
                 (character :tag "Numeric Keypad with Decimal Key"
                            :match (lambda (widget value) (integerp value))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]