# HG changeset patch # User Kenichi Handa # Date 898311591 0 # Node ID 64b8166a9747639332698fe5b9116c5eb8cd9460 # Parent 7c42ab0fcb30ee87855f5243a60029d7733e89c2 Set `exit-function' of Ethiopic lang. env. to exit-ethiopic-environment. diff -r 7c42ab0fcb30 -r 64b8166a9747 lisp/language/ethiopic.el --- a/lisp/language/ethiopic.el Sat Jun 20 02:59:51 1998 +0000 +++ b/lisp/language/ethiopic.el Sat Jun 20 02:59:51 1998 +0000 @@ -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)