Mercurial > hg > xemacs-beta
diff lisp/mule/mule-load.el @ 159:3bb7ccffb0c0 r20-3b6
Import from CVS: tag r20-3b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:41:43 +0200 |
parents | 43dd3413c7c7 |
children | 0132846995bd |
line wrap: on
line diff
--- a/lisp/mule/mule-load.el Mon Aug 13 09:40:48 2007 +0200 +++ b/lisp/mule/mule-load.el Mon Aug 13 09:41:43 2007 +0200 @@ -51,16 +51,17 @@ ;; that Mule knows about. (load-gc "arabic-hooks") -(load-gc "chinese-hooks") -(load-gc "cyrillic-hooks") +(load-gc "language/chinese") +(load-gc "language/cyrillic") +(load-gc "language/english") (load-gc "ethiopic-hooks") -(load-gc "european-hooks") -(load-gc "greek-hooks") +(load-gc "language/european") +(load-gc "language/greek") (load-gc "hebrew-hooks") -(load-gc "ipa-hooks") -(load-gc "japanese-hooks") -(load-gc "korean-hooks") -(load-gc "thai-hooks") +(load-gc "language/japanese") +(load-gc "language/korean") +(load-gc "language/misc-lang") +(load-gc "language/thai") (load-gc "vietnamese-hooks-1") (load-gc "vietnamese-hooks-2")