Skip to content

Commit

Permalink
(kkc-mode-map): Bind all control keys to kkc-non-kkc-command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Sep 15, 1997
1 parent 7ce6487 commit e2e92ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lisp/international/kkc.el
Expand Up @@ -71,9 +71,6 @@ This string is shown at mode line when users are in KKC mode.")
(defvar kkc-mode-map
(let ((map (make-keymap))
(i 0))
(while (< i ? )
(define-key map (char-to-string i) 'undefined)
(setq i (1+ i)))
(while (< i 128)
(define-key map (char-to-string i) 'kkc-non-kkc-command)
(setq i (1+ i)))
Expand Down

0 comments on commit e2e92ee

Please sign in to comment.