# HG changeset patch # User Kim F. Storm # Date 1024907389 0 # Node ID f9d81d6b86b5ad7a0d4314a326aeefb62468f223 # Parent e7a524eacdfcb6cc18ebf8fed86c25b8ab9b6624 Added :require 'keypad to defcustoms. diff -r e7a524eacdfc -r f9d81d6b86b5 lisp/emulation/keypad.el --- a/lisp/emulation/keypad.el Mon Jun 24 07:56:18 2002 +0000 +++ b/lisp/emulation/keypad.el Mon Jun 24 08:29:49 2002 +0000 @@ -118,6 +118,7 @@ (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 @@ (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 @@ (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 @@ (const :tag "Shifted cursor keys" S-cursor) (const :tag "Remove bindings" none) (other :tag "Keep existing bindings" nil)) + :require 'keypad :group 'keyboard)