From d75fe17acef39783e134409d9ffe0560b3662153 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 15 Sep 1997 08:12:51 +0000 Subject: [PATCH] (quail-simple-translation-keymap): Set the default (t) binding properly. --- lisp/international/quail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 1a344ec3182..07a21f9efd3 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -327,7 +327,7 @@ This map is activated while translation region is active.") (define-key map (vector meta-prefix-char t) 'quail-execute-non-quail-command) ;; At last, define default key binding. - (define-key map (vector meta-prefix-char t) + (define-key map [t] 'quail-execute-non-quail-command) map) "Keymap used while processing translation in simple Quail modes. -- 2.39.5