diff src/fontcolor-xlike-inc.c @ 5698:0bd991c31cd1

Improve charset not in table warning message.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 24 Dec 2012 03:17:38 +0900
parents 308d34e9f07d
children 15b0715c204d
line wrap: on
line diff
--- a/src/fontcolor-xlike-inc.c	Mon Dec 24 03:08:33 2012 +0900
+++ b/src/fontcolor-xlike-inc.c	Mon Dec 24 03:17:38 2012 +0900
@@ -589,7 +589,7 @@
 	  {
 	    /* OK, we fell off the end of the table */
 	    warn_when_safe_lispobj (intern ("xft"), intern ("alert"),
-				    list2 (build_ascstring ("unchecked charset"),
+				    list2 (build_ascstring ("unknown charset in conversion to Xft font"),
 					   charset));
 	    /* default to "en"
 	       #### THIS IS WRONG, WRONG, WRONG!!