Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/dumped-lisp.el Sat Apr 22 21:51:52 2006 +0000 +++ b/lisp/dumped-lisp.el Sun Apr 23 16:11:34 2006 +0000 @@ -54,7 +54,7 @@ "specifier" "frame" ; needed by faces ;; #### this should be (featurep 'xft) - (when (featurep 'x) "fontconfig") ; needed by x-faces + (when (featurep 'xft-fonts) "fontconfig") ; needed by x-faces (when (featurep 'x) "x-faces") ; needed by faces (when (featurep 'gtk) "gtk-faces") (when (valid-console-type-p 'mswindows) "msw-faces")