aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa1997-09-08 07:23:23 +0000
committerKenichi Handa1997-09-08 07:23:23 +0000
commit6cade423e86560855f519ee34f3c2a6daeab121f (patch)
treee7e6a635623764874bc13afde765f2826c55d038 /lisp
parent4574ee6c8d874f9cc1f1c78064e2ff0e0e4327b6 (diff)
downloademacs-6cade423e86560855f519ee34f3c2a6daeab121f.tar.gz
emacs-6cade423e86560855f519ee34f3c2a6daeab121f.zip
(quail-translation-keymap): Bind C-space
to quail-select-current.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/quail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el
index 36b02811d9f..b7a5592d5ab 100644
--- a/lisp/international/quail.el
+++ b/lisp/international/quail.el
@@ -288,6 +288,7 @@ LEIM is available from the same ftp directory as Emacs."))
288 (define-key map "\C-@" 'quail-select-current) 288 (define-key map "\C-@" 'quail-select-current)
289 (define-key map "\C-h" 'quail-translation-help) 289 (define-key map "\C-h" 'quail-translation-help)
290 (define-key map "\e" '(keymap (t . quail-execute-non-quail-command))) 290 (define-key map "\e" '(keymap (t . quail-execute-non-quail-command)))
291 (define-key map [?\C-\ ] 'quail-select-current)
291 (define-key map [tab] 'quail-completion) 292 (define-key map [tab] 'quail-completion)
292 (define-key map [delete] 'quail-delete-last-char) 293 (define-key map [delete] 'quail-delete-last-char)
293 (define-key map [backspace] 'quail-delete-last-char) 294 (define-key map [backspace] 'quail-delete-last-char)