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: Mon, 24 Jun 2002 04:29:50 -0400

Index: emacs/lisp/emulation/keypad.el
diff -c emacs/lisp/emulation/keypad.el:1.3 emacs/lisp/emulation/keypad.el:1.4
*** emacs/lisp/emulation/keypad.el:1.3  Fri Jun 21 09:51:26 2002
--- emacs/lisp/emulation/keypad.el      Mon Jun 24 04:29:49 2002
***************
*** 118,123 ****
--- 118,124 ----
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+   :require 'keypad
    :group 'keyboard)
  
  ;;;###autoload
***************
*** 140,145 ****
--- 141,147 ----
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+   :require 'keypad
    :group 'keyboard)
  
  ;;;###autoload
***************
*** 162,167 ****
--- 164,170 ----
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+   :require 'keypad
    :group 'keyboard)
  
  ;;;###autoload
***************
*** 184,189 ****
--- 187,193 ----
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+   :require 'keypad
    :group 'keyboard)
  
  



reply via email to

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