Mercurial > emacs
changeset 45990:f9d81d6b86b5
Added :require 'keypad to defcustoms.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 24 Jun 2002 08:29:49 +0000 |
parents | e7a524eacdfc |
children | 67f188b516ca |
files | lisp/emulation/keypad.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)