From 058ecce357adf8a8263aa8a75748488290898312 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 4 Jun 2015 19:25:48 -0400 Subject: [PATCH] * lisp/leim/quail/lrt.el (quail-lrt-update-translation): Rename from quail-lao-update-translation, since lao.el defines that. --- lisp/leim/quail/lrt.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/leim/quail/lrt.el b/lisp/leim/quail/lrt.el index 081535aa41c..342b52d6ab6 100644 --- a/lisp/leim/quail/lrt.el +++ b/lisp/leim/quail/lrt.el @@ -34,7 +34,7 @@ ;; key sequence: ;; consonant [+ semi-vowel-sign-lo ] + vowel [+ maa-sakod ] [+ tone-mark ] -(defun quail-lao-update-translation (control-flag) +(defun quail-lrt-update-translation (control-flag) (if (integerp control-flag) ;; Non-composable character typed. (setq quail-current-str @@ -59,7 +59,7 @@ `\\' (backslash) + `$' => ຯ LAO ELLIPSIS " nil 'forget-last-selection 'deterministic 'kbd-translate 'show-layout - nil nil nil 'quail-lao-update-translation nil t) + nil nil nil 'quail-lrt-update-translation nil t) ;; LRT (Lao Roman Transcription) input method accepts the following ;; key sequence: -- 2.39.5