Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
83 (when-feature windows-nt "winnt") | 83 (when-feature windows-nt "winnt") |
84 (when-feature lisp-float-type "float-sup") | 84 (when-feature lisp-float-type "float-sup") |
85 "itimer" ; for vars auto-save-timeout and | 85 "itimer" ; for vars auto-save-timeout and |
86 ; auto-gc-threshold | 86 ; auto-gc-threshold |
87 "itimer-autosave" | 87 "itimer-autosave" |
88 "printer" | |
88 (when-feature toolbar "toolbar") | 89 (when-feature toolbar "toolbar") |
89 (when-feature scrollbar "scrollbar") | 90 (when-feature scrollbar "scrollbar") |
90 (when-feature menubar "menubar") | 91 (when-feature menubar "menubar") |
91 (when-feature dialog "dialog") | 92 (when-feature dialog "dialog") |
92 (when-feature mule "mule-charset") | 93 (when-feature mule "mule-charset") |
154 | 155 |
155 ;; Enable Mule capability for Gnus, mail, etc... | 156 ;; Enable Mule capability for Gnus, mail, etc... |
156 ;; Moved to sunpro-load.el - the default only for Sun. | 157 ;; Moved to sunpro-load.el - the default only for Sun. |
157 ;;(pureload "mime-setup") | 158 ;;(pureload "mime-setup") |
158 ;;; mule-load.el ends here | 159 ;;; mule-load.el ends here |
160 (when-feature (and gutter window-system) "gutter") | |
159 (when-feature window-system "gui") | 161 (when-feature window-system "gui") |
160 (when-feature window-system "mode-motion") | 162 (when-feature window-system "mode-motion") |
161 (when-feature window-system "mouse") | 163 (when-feature window-system "mouse") |
162 (when-feature window-system "select") | 164 "select" |
163 (when-feature dragdrop-api "dragdrop") | 165 (when-feature dragdrop-api "dragdrop") |
164 ;; preload the X code, for faster startup. | 166 ;; preload the X code, for faster startup. |
165 (when-feature (and (not infodock) | 167 (when-feature (and (not infodock) |
166 (or x mswindows) menubar) "menubar-items") | 168 (or x mswindows) menubar) "menubar-items") |
167 (when-feature (and infodock (or x mswindows) menubar) "id-menus") | 169 (when-feature (and infodock (or x mswindows) menubar) "id-menus") |