diff lisp/international/quail.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 9bfc29d7f4d7
children a47662abcc23
line wrap: on
line diff
--- a/lisp/international/quail.el	Sun Jan 11 12:48:04 1998 +0000
+++ b/lisp/international/quail.el	Mon Jan 12 05:48:48 1998 +0000
@@ -302,7 +302,7 @@
     (define-key map "\C-h" 'quail-translation-help)
 ;;; This interferes with handling of escape sequences on non-X terminals.
 ;;;    (define-key map "\e" '(keymap (t . quail-execute-non-quail-command)))
-    (define-key map [?\C-\ ] 'quail-select-current)
+    (define-key map [?\C- ] 'quail-select-current)
     (define-key map [tab] 'quail-completion)
     (define-key map [delete] 'quail-delete-last-char)
     (define-key map [backspace] 'quail-delete-last-char)