diff lisp/international/kkc.el @ 20638:c3360a392ae4

Change "?\C-\ " to "?\C- " because "\ " is changed to standing for nothing in lread.c (read_escape).
author Kenichi Handa <handa@m17n.org>
date Mon, 12 Jan 1998 05:48:48 +0000
parents a17cd573df1c
children a83818674920
line wrap: on
line diff
--- a/lisp/international/kkc.el	Sun Jan 11 12:48:04 1998 +0000
+++ b/lisp/international/kkc.el	Mon Jan 12 05:48:48 1998 +0000
@@ -96,7 +96,7 @@
     (define-key map "H" 'kkc-hiragana)
     (define-key map "l" 'kkc-show-conversion-list-or-next-group)
     (define-key map "L" 'kkc-show-conversion-list-or-prev-group)
-    (define-key map [?\C-\ ] 'kkc-first-char-only)
+    (define-key map [?\C- ] 'kkc-first-char-only)
     (define-key map [delete] 'kkc-cancel)
     (define-key map [return] 'kkc-terminate)
     (let ((meta-map (make-sparse-keymap)))