aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/keypad.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el
index 69dc8a3d3b0..47c9fead294 100644
--- 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 `.'"
233 (bind 233 (bind
234 (cond 234 (cond
235 ((or (eq setup 'numeric) 235 ((or (eq setup 'numeric)
236 (char-valid-p setup)) 236 (characterp setup))
237 (if (eq decimal 'numeric) 237 (if (eq decimal 'numeric)
238 (setq decimal nil)) 238 (setq decimal nil))
239 (vector (or decimal ?.) ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9)) 239 (vector (or decimal ?.) ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9))