mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Added :require 'keypad to defcustoms.
This commit is contained in:
parent
f7d05dc449
commit
3efa11935a
@ -1,3 +1,7 @@
|
||||
2002-06-24 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* emulation/keypad.el: Added :require 'keypad to defcustoms.
|
||||
|
||||
2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* 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 <storm@filanet.dk>
|
||||
2002-06-21 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* 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 <storm@filanet.dk>
|
||||
2002-06-14 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* progmodes/compile.el (grep-tree): Doc fixes.
|
||||
Added SUBDIRS arg for non-interactive use.
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user