Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | b8cc9ab3f761 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
163 (when-feature dragdrop-api "dragdrop") | 163 (when-feature dragdrop-api "dragdrop") |
164 ;; preload the X code, for faster startup. | 164 ;; preload the X code, for faster startup. |
165 (when-feature (and (not infodock) | 165 (when-feature (and (not infodock) |
166 (or x mswindows) menubar) "menubar-items") | 166 (or x mswindows) menubar) "menubar-items") |
167 (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") | 168 (when-feature (and gutter window-system) "gutter-items") |
169 (when-feature x "x-faces") | 169 (when-feature x "x-faces") |
170 (when-feature x "x-iso8859-1") | 170 (when-feature x "x-iso8859-1") |
171 (when-feature x "x-mouse") | 171 (when-feature x "x-mouse") |
172 (when-feature x "x-select") | 172 (when-feature x "x-select") |
173 (when-feature (and x scrollbar) "x-scrollbar") | 173 (when-feature (and x scrollbar) "x-scrollbar") |