From 3efa11935ad920ebfdf0e394236a02d2d7212a7f Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 24 Jun 2002 08:30:09 +0000 Subject: [PATCH] Added :require 'keypad to defcustoms. --- lisp/ChangeLog | 8 ++++++-- lisp/emulation/keypad.el | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index afd43a1d05b..a90eb0215e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-06-24 Kim F. Storm + + * emulation/keypad.el: Added :require 'keypad to defcustoms. + 2002-06-23 Stefan Monnier * 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 +2002-06-21 Kim F. Storm * emulation/cua-base.el (cua--prefix-arg): Make register prefixes work again. Corrected error in check for C-u initiated prefix. @@ -233,7 +237,7 @@ * ielm.el (ielm-eval-input): Use error-message-string. (ielm-format-error, ielm-format-errors): Functions deleted. -2002-06-14 Kim F. Storm +2002-06-14 Kim F. Storm * progmodes/compile.el (grep-tree): Doc fixes. Added SUBDIRS arg for non-interactive use. 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) -- 2.39.2