comparison lisp/mule/ethiopic.el @ 3970:949ac151a10d

[xemacs-hg @ 2007-05-20 20:09:20 by aidan] Test that all listed langenv input methods exist; comment out those we can't support while using 21.4 to compile our packages.
author aidan
date Sun, 20 May 2007 20:09:40 +0000
parents 98af8a976fc3
children aa28d959af41
comparison
equal deleted inserted replaced
3969:a7c03016302e 3970:949ac151a10d
76 "Ethiopic" '((setup-function . setup-ethiopic-environment-internal) 76 "Ethiopic" '((setup-function . setup-ethiopic-environment-internal)
77 (exit-function . exit-ethiopic-environment) 77 (exit-function . exit-ethiopic-environment)
78 (charset ethiopic) 78 (charset ethiopic)
79 (coding-system iso-2022-7bit) 79 (coding-system iso-2022-7bit)
80 (coding-priority iso-2022-7bit) 80 (coding-priority iso-2022-7bit)
81 (input-method . "ethiopic") 81 ;; (input-method . "ethiopic")
82 (features ethio-util) 82 (features ethio-util)
83 (sample-text . "$(3$Q#U!.(B") 83 (sample-text . "$(3$Q#U!.(B")
84 (documentation . t))) 84 (documentation . t)))
85 85
86 ;; In a more ideal world, we could set the default face fallback from here 86 ;; In a more ideal world, we could set the default face fallback from here