diff options
author | Kenichi Handa <handa@m17n.org> | 1998-08-10 06:29:02 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-08-10 06:29:02 +0000 |
commit | a564ccf9333c5300b4de6271aea8f6f329a72f55 (patch) | |
tree | 04602cb783656e8fea32a15eaba0f9b730ca07e6 /lisp/language/ethiopic.el | |
parent | 8f76845d7eef977f60ef1e95d9bdeccb8249638c (diff) | |
download | emacs-a564ccf9333c5300b4de6271aea8f6f329a72f55.tar.gz |
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal. Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.
Diffstat (limited to 'lisp/language/ethiopic.el')
-rw-r--r-- | lisp/language/ethiopic.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el index 3e212e0d83c..1f348bc5046 100644 --- a/lisp/language/ethiopic.el +++ b/lisp/language/ethiopic.el @@ -49,11 +49,13 @@ (cons (cons "ethiopic" ccl-encode-ethio-font) font-ccl-encoder-alist)) (set-language-info-alist - "Ethiopic" '((setup-function . setup-ethiopic-environment) + "Ethiopic" '((setup-function . setup-ethiopic-environment-internal) (exit-function . exit-ethiopic-environment) (charset ethiopic) (coding-system iso-2022-7bit) (coding-priority iso-2022-7bit) + (input-method . "ethiopic") + (features ethio-util) (sample-text . "$(3$Q#U!.(B") (documentation . t))) |