Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 576fb035e263 |
children | 5aa1854ad537 |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
185 | 185 |
186 ;; preload InfoDock stuff. should almost certainly not be here if | 186 ;; preload InfoDock stuff. should almost certainly not be here if |
187 ;; id-menus is not here. infodock needs to figure out a clever way to | 187 ;; id-menus is not here. infodock needs to figure out a clever way to |
188 ;; advise this stuff or we need to export a clean way for infodock or | 188 ;; advise this stuff or we need to export a clean way for infodock or |
189 ;; others to control this programmatically. | 189 ;; others to control this programmatically. |
190 (when-feature (and infodock (or x mswindows) menubar) "id-menus") | 190 (when-feature (and infodock (or x mswindows gtk) menubar) "id-menus") |
191 ;; preload the X code. | 191 ;; preload the X code. |
192 (when-feature x "x-faces") | 192 (when-feature x "x-faces") |
193 (when-feature x "x-iso8859-1") | 193 (when-feature x "x-iso8859-1") |
194 (when-feature x "x-mouse") | 194 (when-feature x "x-mouse") |
195 (when-feature x "x-select") | 195 (when-feature x "x-select") |
196 (when-feature (and x scrollbar) "x-scrollbar") | 196 (when-feature (and x scrollbar) "x-scrollbar") |
197 (when-feature x "x-misc") | 197 (when-feature x "x-misc") |
198 (when-feature x "x-init") | 198 (when-feature x "x-init") |
199 (when-feature x "x-win-xfree86") | 199 (when-feature x "x-win-xfree86") |
200 (when-feature x "x-win-sun") | 200 (when-feature x "x-win-sun") |
201 ;; preload the GTK code | |
202 (when-feature gtk "gtk-ffi") | |
203 (when-feature gtk "gtk-widgets") | |
204 (when-feature gtk "gdk") | |
205 (when-feature gtk "gtk-init") | |
206 (when-feature gtk "gtk-faces") | |
207 (when-feature gtk "gtk-iso8859-1") | |
208 (when-feature (and gtk dialog) "dialog-gtk") | |
209 (when-feature gtk "gtk-select") | |
210 (when-feature gtk "gtk-mouse") | |
211 (when-feature gtk "gtk-glyphs") | |
212 (when-feature glade "glade") | |
213 (when-feature gtk "widgets-gtk") | |
214 | |
201 ;; preload the mswindows code. | 215 ;; preload the mswindows code. |
202 (when-feature mswindows "msw-glyphs") | 216 (when-feature mswindows "msw-glyphs") |
203 (when-feature mswindows "msw-faces") | 217 (when-feature mswindows "msw-faces") |
204 (when-feature mswindows "msw-mouse") | 218 (when-feature mswindows "msw-mouse") |
205 (when-feature mswindows "msw-init") | 219 (when-feature mswindows "msw-init") |