Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 422:95016f13131a r21-2-19
Import from CVS: tag r21-2-19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:25:01 +0200 |
parents | da8ed4261e83 |
children |
comparison
equal
deleted
inserted
replaced
421:fff06e11db74 | 422:95016f13131a |
---|---|
131 (when-feature mule "mule/greek") ; overloaded in leim/quail | 131 (when-feature mule "mule/greek") ; overloaded in leim/quail |
132 (when-feature mule "hebrew") | 132 (when-feature mule "hebrew") |
133 (when-feature mule "japanese") | 133 (when-feature mule "japanese") |
134 (when-feature mule "korean") | 134 (when-feature mule "korean") |
135 (when-feature mule "misc-lang") | 135 (when-feature mule "misc-lang") |
136 (when-feature mule "thai-xtis") | 136 (when-feature mule "thai-xtis-chars") |
137 (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail | |
137 (when-feature mule "viet-chars") | 138 (when-feature mule "viet-chars") |
138 (when-feature mule "vietnamese") | 139 (when-feature mule "vietnamese") |
139 | 140 |
140 ;; Specialized language support | 141 ;; Specialized language support |
141 (when-feature (and mule CANNA) "canna-leim") | 142 (when-feature (and mule CANNA) "canna-leim") |
162 (when-feature dragdrop-api "dragdrop") | 163 (when-feature dragdrop-api "dragdrop") |
163 ;; preload the X code, for faster startup. | 164 ;; preload the X code, for faster startup. |
164 (when-feature (and (not infodock) | 165 (when-feature (and (not infodock) |
165 (or x mswindows) menubar) "menubar-items") | 166 (or x mswindows) menubar) "menubar-items") |
166 (when-feature (and infodock (or x mswindows) menubar) "id-menus") | 167 (when-feature (and infodock (or x mswindows) menubar) "id-menus") |
168 (when-feature (and gutter menubar window-system) "gutter-items") | |
167 (when-feature x "x-faces") | 169 (when-feature x "x-faces") |
168 (when-feature x "x-iso8859-1") | 170 (when-feature x "x-iso8859-1") |
169 (when-feature x "x-mouse") | 171 (when-feature x "x-mouse") |
170 (when-feature x "x-select") | 172 (when-feature x "x-select") |
171 (when-feature (and x scrollbar) "x-scrollbar") | 173 (when-feature (and x scrollbar) "x-scrollbar") |