From: Richard M. Stallman Date: Mon, 15 Sep 1997 05:08:48 +0000 (+0000) Subject: (kkc-mode-map): Bind all control keys to kkc-non-kkc-command. X-Git-Tag: emacs-20.1~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=749992b811c9b390dacc27ba8c5cec42fcb4d382;p=emacs.git (kkc-mode-map): Bind all control keys to kkc-non-kkc-command. --- diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index a9da69c7834..ab00b03f2fc 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el @@ -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)))