caller) ordered first. */
XSETSUBR (compare_font_entities, &Scompare_font_entities.s);
- matching = Fsort (matching, compare_font_entities);
+ matching = CALLN (Fsort, matching, compare_font_entities);
return matching;
}
families = Fcons (desc->family, families);
/* Sort families in preparation for removing duplicates. */
- families = Fsort (families, Qstring_lessp);
+ families = CALLN (Fsort, families, Qstring_lessp);
/* Remove each duplicate within families. */