diff options
author | Kim F. Storm <storm@cua.dk> | 2002-06-24 08:30:09 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-06-24 08:30:09 +0000 |
commit | 3efa11935ad920ebfdf0e394236a02d2d7212a7f (patch) | |
tree | fd4692c92b2a3306f91273cf23d366d5aa36300e /lisp/emulation | |
parent | f7d05dc449eacf5afe88da5619dc5253c985de35 (diff) | |
download | emacs-3efa11935ad920ebfdf0e394236a02d2d7212a7f.tar.gz |
Added :require 'keypad to defcustoms.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/keypad.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el index 7a9b4fc8362..f9b73f4f1d7 100644 --- a/lisp/emulation/keypad.el +++ b/lisp/emulation/keypad.el @@ -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) |