]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix error in last commit.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 15 Dec 2010 01:33:11 +0000 (09:33 +0800)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 15 Dec 2010 01:33:11 +0000 (09:33 +0800)
lisp/emulation/edt-mapper.el

index a3f0e18bb5e154c0f376e75165024d44c3dec919..ec2847fafe09277fcecb0f18b7195398b58fd985 100644 (file)
 
 (mapc
  (lambda (function-key)
-      (if (not (lookup-key (current-global-map) function-key))
-               (define-key (current-global-map) function-key 'forward-char)))
+   (if (not (lookup-key (current-global-map) function-key))
+       (define-key (current-global-map) function-key 'forward-char)))
  '([kp-0] [kp-1] [kp-2] [kp-3] [kp-4]
    [kp-5] [kp-6] [kp-7] [kp-8] [kp-9]
-   [kp-
+   [kp-space]
+   [kp-tab]
    [kp-enter]
    [kp-multiply]
    [kp-add]