comparison lisp/international/quail.el @ 19934:486a8046bbf5

(quail-simple-translation-keymap): Set the default (t) binding properly.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Sep 1997 08:12:51 +0000
parents e135dd522e64
children e274dc2d61f1
comparison
equal deleted inserted replaced
19933:e135dd522e64 19934:486a8046bbf5
325 (define-key map (char-to-string meta-prefix-char) meta-map) 325 (define-key map (char-to-string meta-prefix-char) meta-map)
326 (define-key map [escape] meta-map)) 326 (define-key map [escape] meta-map))
327 (define-key map (vector meta-prefix-char t) 327 (define-key map (vector meta-prefix-char t)
328 'quail-execute-non-quail-command) 328 'quail-execute-non-quail-command)
329 ;; At last, define default key binding. 329 ;; At last, define default key binding.
330 (define-key map (vector meta-prefix-char t) 330 (define-key map [t]
331 'quail-execute-non-quail-command) 331 'quail-execute-non-quail-command)
332 map) 332 map)
333 "Keymap used while processing translation in simple Quail modes. 333 "Keymap used while processing translation in simple Quail modes.
334 A few especially complex input methods use `quail--translation-keymap' instead. 334 A few especially complex input methods use `quail--translation-keymap' instead.
335 This map is activated while translation region is active.") 335 This map is activated while translation region is active.")