Added :require 'keypad to defcustoms.
authorKim F. Storm <storm@cua.dk>
Mon, 24 Jun 2002 08:30:09 +0000 (08:30 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 24 Jun 2002 08:30:09 +0000 (08:30 +0000)
lisp/ChangeLog
lisp/emulation/keypad.el

index afd43a1..a90eb02 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-24  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/keypad.el: Added :require 'keypad to defcustoms.
+
 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
 
        * subr.el (event-start, event-end, event-click-count):
@@ -29,7 +33,7 @@
        * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
        This is not a handled operation.
 
-2002-06-21  Kim F. Storm  <storm@filanet.dk>
+2002-06-21  Kim F. Storm  <storm@cua.dk>
 
        * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
        work again.  Corrected error in check for C-u initiated prefix.
        * ielm.el (ielm-eval-input): Use error-message-string.
        (ielm-format-error, ielm-format-errors): Functions deleted.
 
-2002-06-14  Kim F. Storm  <storm@filanet.dk>
+2002-06-14  Kim F. Storm  <storm@cua.dk>
 
        * progmodes/compile.el (grep-tree): Doc fixes.
        Added SUBDIRS arg for non-interactive use.
index 7a9b4fc..f9b73f4 100644 (file)
@@ -118,6 +118,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)
 
 ;;;###autoload
@@ -140,6 +141,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)
 
 ;;;###autoload
@@ -162,6 +164,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)
 
 ;;;###autoload
@@ -184,6 +187,7 @@ decimal key must be specified."
                 (const :tag "Shifted cursor keys" S-cursor)
                 (const :tag "Remove bindings" none)
                 (other :tag "Keep existing bindings" nil))
+  :require 'keypad
   :group 'keyboard)