Mercurial > hg > xemacs-beta
comparison src/font-mgr.c @ 3372:182c0df289b7
[xemacs-hg @ 2006-05-01 18:17:20 by stephent]
Nuke spurious debugging output. <87zmi1628i.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 01 May 2006 18:17:23 +0000 |
parents | 316fddbf58e2 |
children | f986ebd9c080 |
comparison
equal
deleted
inserted
replaced
3371:92c4b0d4483a | 3372:182c0df289b7 |
---|---|
702 { | 702 { |
703 FcChar8 *s; | 703 FcChar8 *s; |
704 | 704 |
705 CHECK_STRING (elt); | 705 CHECK_STRING (elt); |
706 s = fc_intern (elt); | 706 s = fc_intern (elt); |
707 fprintf (stderr, "%s\n", s); | |
708 FcObjectSetAdd (os, s); | 707 FcObjectSetAdd (os, s); |
709 } | 708 } |
710 } | 709 } |
711 | 710 |
712 void | 711 void |