projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd3a3a
)
(keypad-setup): Use characterp.
author
Dave Love
<fx@gnu.org>
Wed, 10 Sep 2003 17:52:28 +0000
(17:52 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 10 Sep 2003 17:52:28 +0000
(17:52 +0000)
lisp/emulation/keypad.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/keypad.el
b/lisp/emulation/keypad.el
index 69dc8a3d3b005b2a3f99129a7aa2f4675f169758..47c9fead2947a0cd423b48b2921a039179d3adf3 100644
(file)
--- a/
lisp/emulation/keypad.el
+++ b/
lisp/emulation/keypad.el
@@
-233,7
+233,7
@@
the decimal key on the keypad is mapped to DECIMAL instead of `.'"
(bind
(cond
((or (eq setup 'numeric)
- (char
-valid-
p setup))
+ (char
acter
p setup))
(if (eq decimal 'numeric)
(setq decimal nil))
(vector (or decimal ?.) ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9))