Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 3354:15fb91e3a115
[xemacs-hg @ 2006-04-23 16:11:16 by stephent]
Xft/fontconfig refactoring, Part I. <87hd4ks29d.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 23 Apr 2006 16:11:34 +0000 |
parents | ad2f4ae9895b |
children | 959746c534f6 |
comparison
equal
deleted
inserted
replaced
3353:521d94807505 | 3354:15fb91e3a115 |
---|---|
52 "console" | 52 "console" |
53 "obsolete" | 53 "obsolete" |
54 "specifier" | 54 "specifier" |
55 "frame" ; needed by faces | 55 "frame" ; needed by faces |
56 ;; #### this should be (featurep 'xft) | 56 ;; #### this should be (featurep 'xft) |
57 (when (featurep 'x) "fontconfig") ; needed by x-faces | 57 (when (featurep 'xft-fonts) "fontconfig") ; needed by x-faces |
58 (when (featurep 'x) "x-faces") ; needed by faces | 58 (when (featurep 'x) "x-faces") ; needed by faces |
59 (when (featurep 'gtk) "gtk-faces") | 59 (when (featurep 'gtk) "gtk-faces") |
60 (when (valid-console-type-p 'mswindows) "msw-faces") | 60 (when (valid-console-type-p 'mswindows) "msw-faces") |
61 "faces" ; must be loaded before any make-face call | 61 "faces" ; must be loaded before any make-face call |
62 ;;(pureload "facemenu") #### not yet ported | 62 ;;(pureload "facemenu") #### not yet ported |