Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5697:40fbceabaafd | 5698:0bd991c31cd1 |
---|---|
587 } | 587 } |
588 else | 588 else |
589 { | 589 { |
590 /* OK, we fell off the end of the table */ | 590 /* OK, we fell off the end of the table */ |
591 warn_when_safe_lispobj (intern ("xft"), intern ("alert"), | 591 warn_when_safe_lispobj (intern ("xft"), intern ("alert"), |
592 list2 (build_ascstring ("unchecked charset"), | 592 list2 (build_ascstring ("unknown charset in conversion to Xft font"), |
593 charset)); | 593 charset)); |
594 /* default to "en" | 594 /* default to "en" |
595 #### THIS IS WRONG, WRONG, WRONG!! | 595 #### THIS IS WRONG, WRONG, WRONG!! |
596 It is why we never fall through to XLFD-checking. */ | 596 It is why we never fall through to XLFD-checking. */ |
597 } | 597 } |