aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/edt-lk201.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation/edt-lk201.el')
-rw-r--r--lisp/emulation/edt-lk201.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el
index cdbe34060a..6afadd6c16 100644
--- a/lisp/emulation/edt-lk201.el
+++ b/lisp/emulation/edt-lk201.el
@@ -43,7 +43,7 @@
;;; Code:
(defconst *EDT-keys*
- '(("KP0" . [kp-0]) ("KP1" . [kp-1]) ("KP2" . [kp-2]) ("KP3" . [kp-3])
+ '(("KP0" . [kp-0]) ("KP1" . [kp-1]) ("KP2" . [kp-2]) ("KP3" . [kp-3])
("KP4" . [kp-4]) ("KP5" . [kp-5]) ("KP6" . [kp-6]) ("KP7" . [kp-7])
("KP8" . [kp-8]) ("KP9" . [kp-9]) ("KP," . [kp-separator])
("KP-" . [kp-subtract]) ("KPP" . [kp-decimal]) ("KPE" . [kp-enter])