mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(keypad-setup): Use characterp.
This commit is contained in:
parent
8bd3a3ad23
commit
9dbbce4494
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
(characterp setup))
|
||||
(if (eq decimal 'numeric)
|
||||
(setq decimal nil))
|
||||
(vector (or decimal ?.) ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue