changeset 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 e7e61f0cc9f4
files lisp/international/quail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/quail.el	Mon Sep 15 06:32:36 1997 +0000
+++ b/lisp/international/quail.el	Mon Sep 15 08:12:51 1997 +0000
@@ -327,7 +327,7 @@
     (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.