Mercurial > emacs
changeset 19409:c816908e9589
(thai-consonant-input): Typo fixed.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 Aug 1997 10:54:31 +0000 |
parents | 7457b6e05a60 |
children | a29c7e9a53c8 |
files | leim/quail/thai.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/quail/thai.el Mon Aug 18 10:53:05 1997 +0000 +++ b/leim/quail/thai.el Mon Aug 18 10:54:31 1997 +0000 @@ -175,7 +175,8 @@ (let ((quail-package-name (quail-name))) (setq thai-current-keyboard-type (cond ((string= quail-package-name "thai-pattachote") 'pattachote) - (t (string= quail-package-name "thai-kesmanee") 'kesmanee))) + ((string= quail-package-name "thai-kesmanee") 'kesmanee) + (t (error "Invalid Quail package %s" quail-package-name)))) (copy-alist (nth 2 (thai-keyboard-info thai-current-keyboard-type))))) ;; Thai Kesmanee keyboard support.