diff options
Diffstat (limited to 'lisp/language/ethio-util.el')
-rw-r--r-- | lisp/language/ethio-util.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index ff5c54aa090..37dc4c40a6c 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el @@ -32,10 +32,10 @@ ;;;###autoload (defun setup-ethiopic-environment () "Setup multilingual environment for Ethiopic." - (interactive) - (setup-english-environment) - (setq default-input-method "ethiopic") + (set-language-environment "Ethiopic")) +;;;###autoload +(defun setup-ethiopic-environment-internal () (let ((key-bindings '((" " . ethio-insert-space) ([?\S- ] . ethio-insert-ethio-space) ([?\C-'] . ethio-gemination) |