comparison lisp/dumped-lisp.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 3b3709405255
children 1f50e6fe4f3f
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
124 ;; Now load files to set up all the different languages/environments 124 ;; Now load files to set up all the different languages/environments
125 ;; that Mule knows about. 125 ;; that Mule knows about.
126 126
127 (when-feature mule "arabic") 127 (when-feature mule "arabic")
128 (when-feature mule "chinese") 128 (when-feature mule "chinese")
129 (when-feature mule "mule/cyrillic") ; overloaded in leim/quail 129 (when-feature mule "mule-base/cyrillic") ; overloaded in leim/quail
130 (when-feature mule "english") 130 (when-feature mule "english")
131 (when-feature mule "ethiopic") 131 ;; (when-feature mule "ethiopic")
132 (when-feature mule "european") 132 (when-feature mule "european")
133 (when-feature mule "mule/greek") ; overloaded in leim/quail 133 (when-feature mule "mule-base/greek") ; overloaded in leim/quail
134 (when-feature mule "hebrew") 134 (when-feature mule "hebrew")
135 (when-feature mule "japanese") 135 (when-feature mule "japanese")
136 (when-feature mule "korean") 136 (when-feature mule "korean")
137 (when-feature mule "misc-lang") 137 (when-feature mule "misc-lang")
138 (when-feature mule "thai-xtis-chars") 138 ;; (when-feature mule "thai")
139 (when-feature mule "viet-chars") 139 (when-feature mule "viet-chars")
140 ;; (when-feature mule "vietnamese") 140 ;; (when-feature mule "vietnamese")
141 141
142 ;; Specialized language support 142 ;; Specialized language support
143 (when-feature (and mule CANNA) "canna-leim") 143 (when-feature (and mule CANNA) "canna-leim")
163 (when-feature window-system "select") 163 (when-feature window-system "select")
164 (when-feature dragdrop-api "dragdrop") 164 (when-feature dragdrop-api "dragdrop")
165 ;; preload the X code, for faster startup. 165 ;; preload the X code, for faster startup.
166 (when-feature (and (not infodock) 166 (when-feature (and (not infodock)
167 (or x mswindows) menubar) "menubar-items") 167 (or x mswindows) menubar) "menubar-items")
168 (when-feature (and infodock (or x mswindows) menubar) "id-menus")
168 (when-feature x "x-faces") 169 (when-feature x "x-faces")
169 (when-feature x "x-iso8859-1") 170 (when-feature x "x-iso8859-1")
170 (when-feature x "x-mouse") 171 (when-feature x "x-mouse")
171 (when-feature x "x-select") 172 (when-feature x "x-select")
172 (when-feature (and x scrollbar) "x-scrollbar") 173 (when-feature (and x scrollbar) "x-scrollbar")