# HG changeset patch # User Richard M. Stallman # Date 874300128 0 # Node ID a17cd573df1cd3c685888aec58e43e2e3cc906c1 # Parent 1e0f347ee0217cf8707809de4c1007f3724f30a2 (kkc-mode-map): Bind all control keys to kkc-non-kkc-command. diff -r 1e0f347ee021 -r a17cd573df1c lisp/international/kkc.el --- a/lisp/international/kkc.el Mon Sep 15 03:29:47 1997 +0000 +++ b/lisp/international/kkc.el Mon Sep 15 05:08:48 1997 +0000 @@ -71,9 +71,6 @@ (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)))