diff options
| author | Kim F. Storm | 2002-06-24 08:30:09 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-06-24 08:30:09 +0000 |
| commit | 3efa11935ad920ebfdf0e394236a02d2d7212a7f (patch) | |
| tree | fd4692c92b2a3306f91273cf23d366d5aa36300e | |
| parent | f7d05dc449eacf5afe88da5619dc5253c985de35 (diff) | |
| download | emacs-3efa11935ad920ebfdf0e394236a02d2d7212a7f.tar.gz emacs-3efa11935ad920ebfdf0e394236a02d2d7212a7f.zip | |
Added :require 'keypad to defcustoms.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2002-06-24 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emulation/keypad.el: Added :require 'keypad to defcustoms. | ||
| 4 | |||
| 1 | 2002-06-23 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2002-06-23 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * subr.el (event-start, event-end, event-click-count): | 7 | * subr.el (event-start, event-end, event-click-count): |
| @@ -29,7 +33,7 @@ | |||
| 29 | * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. | 33 | * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. |
| 30 | This is not a handled operation. | 34 | This is not a handled operation. |
| 31 | 35 | ||
| 32 | 2002-06-21 Kim F. Storm <storm@filanet.dk> | 36 | 2002-06-21 Kim F. Storm <storm@cua.dk> |
| 33 | 37 | ||
| 34 | * emulation/cua-base.el (cua--prefix-arg): Make register prefixes | 38 | * emulation/cua-base.el (cua--prefix-arg): Make register prefixes |
| 35 | work again. Corrected error in check for C-u initiated prefix. | 39 | work again. Corrected error in check for C-u initiated prefix. |
| @@ -233,7 +237,7 @@ | |||
| 233 | * ielm.el (ielm-eval-input): Use error-message-string. | 237 | * ielm.el (ielm-eval-input): Use error-message-string. |
| 234 | (ielm-format-error, ielm-format-errors): Functions deleted. | 238 | (ielm-format-error, ielm-format-errors): Functions deleted. |
| 235 | 239 | ||
| 236 | 2002-06-14 Kim F. Storm <storm@filanet.dk> | 240 | 2002-06-14 Kim F. Storm <storm@cua.dk> |
| 237 | 241 | ||
| 238 | * progmodes/compile.el (grep-tree): Doc fixes. | 242 | * progmodes/compile.el (grep-tree): Doc fixes. |
| 239 | Added SUBDIRS arg for non-interactive use. | 243 | 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." | |||
| 118 | (const :tag "Shifted cursor keys" S-cursor) | 118 | (const :tag "Shifted cursor keys" S-cursor) |
| 119 | (const :tag "Remove bindings" none) | 119 | (const :tag "Remove bindings" none) |
| 120 | (other :tag "Keep existing bindings" nil)) | 120 | (other :tag "Keep existing bindings" nil)) |
| 121 | :require 'keypad | ||
| 121 | :group 'keyboard) | 122 | :group 'keyboard) |
| 122 | 123 | ||
| 123 | ;;;###autoload | 124 | ;;;###autoload |
| @@ -140,6 +141,7 @@ decimal key must be specified." | |||
| 140 | (const :tag "Shifted cursor keys" S-cursor) | 141 | (const :tag "Shifted cursor keys" S-cursor) |
| 141 | (const :tag "Remove bindings" none) | 142 | (const :tag "Remove bindings" none) |
| 142 | (other :tag "Keep existing bindings" nil)) | 143 | (other :tag "Keep existing bindings" nil)) |
| 144 | :require 'keypad | ||
| 143 | :group 'keyboard) | 145 | :group 'keyboard) |
| 144 | 146 | ||
| 145 | ;;;###autoload | 147 | ;;;###autoload |
| @@ -162,6 +164,7 @@ decimal key must be specified." | |||
| 162 | (const :tag "Shifted cursor keys" S-cursor) | 164 | (const :tag "Shifted cursor keys" S-cursor) |
| 163 | (const :tag "Remove bindings" none) | 165 | (const :tag "Remove bindings" none) |
| 164 | (other :tag "Keep existing bindings" nil)) | 166 | (other :tag "Keep existing bindings" nil)) |
| 167 | :require 'keypad | ||
| 165 | :group 'keyboard) | 168 | :group 'keyboard) |
| 166 | 169 | ||
| 167 | ;;;###autoload | 170 | ;;;###autoload |
| @@ -184,6 +187,7 @@ decimal key must be specified." | |||
| 184 | (const :tag "Shifted cursor keys" S-cursor) | 187 | (const :tag "Shifted cursor keys" S-cursor) |
| 185 | (const :tag "Remove bindings" none) | 188 | (const :tag "Remove bindings" none) |
| 186 | (other :tag "Keep existing bindings" nil)) | 189 | (other :tag "Keep existing bindings" nil)) |
| 190 | :require 'keypad | ||
| 187 | :group 'keyboard) | 191 | :group 'keyboard) |
| 188 | 192 | ||
| 189 | 193 | ||