comparison lisp/mule/mule-load.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
52 ;; ) 52 ;; )
53 53
54 ;; Now load files to set up all the different languages/environments 54 ;; Now load files to set up all the different languages/environments
55 ;; that Mule knows about. 55 ;; that Mule knows about.
56 56
57 (load-gc "arabic-hooks") 57 (load-gc "language/arabic")
58 (load-gc "language/chinese") 58 (load-gc "language/chinese")
59 (load-gc "language/cyrillic") 59 (load-gc "language/cyrillic")
60 (load-gc "language/english") 60 (load-gc "language/english")
61 (load-gc "ethiopic-hooks") 61 (load-gc "language/ethiopic")
62 (load-gc "language/european") 62 (load-gc "language/european")
63 (load-gc "language/greek") 63 (load-gc "language/greek")
64 (load-gc "hebrew-hooks") 64 (load-gc "hebrew-hooks")
65 (load-gc "language/japanese") 65 (load-gc "language/japanese")
66 (load-gc "language/korean") 66 (load-gc "language/korean")