("`1000000" ["\e$(3%$%%\e(B"])
)
-(add-hook 'quail-mode-hook
- (lambda nil
- (if (not (string= (quail-name) "ethiopic"))
- nil
- ;; Also turn on the Ethio minor mode.
- (ethio-mode 1)
- ;; The translation of `a' depends on the language
- ;; (either Tigrigna or Amharic).
- (quail-defrule "a"
- (if (ethio-prefer-amharic-p) ?\e$(3"c\e(B ?\e$(3"f\e(B)
- "ethiopic"))))
+(defun ethio-select-a-translation ()
+ ;; The translation of `a' depends on the language
+ ;; (either Tigrigna or Amharic).
+ (quail-defrule "a"
+ (if (ethio-prefer-amharic-p) ?\e$(3"c\e(B ?\e$(3"f\e(B)
+ "ethiopic"))
;;; quail/ethiopic.el ends here