diff src/faces.c @ 4766:32b358a240b0

Avoid calling Xft if not built in.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 05 Dec 2009 01:02:33 +0900
parents aa5ed11f473b
children 11daf37dae4d e0db3c197671
line wrap: on
line diff
--- a/src/faces.c	Fri Dec 04 10:59:45 2009 +0900
+++ b/src/faces.c	Sat Dec 05 01:02:33 2009 +0900
@@ -2342,6 +2342,8 @@
       Fcons
       (Fcons
        (list1 (device_symbol),
+	/* grrr.  This really does need to be "*", not an XLFD.
+	   An unspecified XLFD won't pick up stuff like 10x20. */
 	build_string ("*")),
        inst_list);
 #ifdef MULE