changeset 19931:a17cd573df1c

(kkc-mode-map): Bind all control keys to kkc-non-kkc-command.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Sep 1997 05:08:48 +0000
parents 1e0f347ee021
children 2dce5db7cf82
files lisp/international/kkc.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)))