From: Kenichi Handa Date: Sat, 20 Jun 1998 02:59:51 +0000 (+0000) Subject: Set `exit-function' of Ethiopic X-Git-Tag: emacs-20.3~561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3c357b6a0df3d3026790dd6b29e398a23f388d3;p=emacs.git Set `exit-function' of Ethiopic lang. env. to exit-ethiopic-environment. --- diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el index 6550c1d2785..4b0d10be49a 100644 --- a/lisp/language/ethiopic.el +++ b/lisp/language/ethiopic.el @@ -50,6 +50,7 @@ (set-language-info-alist "Ethiopic" '((setup-function . setup-ethiopic-environment) + (exit-function . exit-ethiopic-environment) (charset ethiopic) (coding-system iso-2022-7bit) (coding-priority iso-2022-7bit)