Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 318:afd57c14dfc8 r21-0b57
Import from CVS: tag r21-0b57
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:45:36 +0200 |
parents | c6de09ad3017 |
children | 4f79e16b1112 |
comparison
equal
deleted
inserted
replaced
317:a2fc9afbef65 | 318:afd57c14dfc8 |
---|---|
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") | |
169 (when-feature x "x-faces") | 168 (when-feature x "x-faces") |
170 (when-feature x "x-iso8859-1") | 169 (when-feature x "x-iso8859-1") |
171 (when-feature x "x-mouse") | 170 (when-feature x "x-mouse") |
172 (when-feature x "x-select") | 171 (when-feature x "x-select") |
173 (when-feature (and x scrollbar) "x-scrollbar") | 172 (when-feature (and x scrollbar) "x-scrollbar") |