Mercurial > hg > xemacs-beta
diff src/specifier.c @ 4828:f31c12360354
fix warnings
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 27 Dec 2009 20:16:19 -0600 |
parents | 11357f7846bf |
children | d35e231d347d |
line wrap: on
line diff
--- a/src/specifier.c Sat Dec 26 21:04:44 2009 -0600 +++ b/src/specifier.c Sun Dec 27 20:16:19 2009 -0600 @@ -982,7 +982,7 @@ } static int -charset_matches_specifier_tag_set_p (Lisp_Object charset, +charset_matches_specifier_tag_set_p (Lisp_Object USED_IF_MULE (charset), Lisp_Object tag_set, enum font_specifier_matchspec_stages stage) @@ -2830,6 +2830,8 @@ specbind (Qinhibit_quit, Qt); #ifdef MULE + /* #### FIXME Does this font-specific stuff need to be here and not in + the font-specifier-specific code? --ben */ if (CONSP(matchspec) && (CHARSETP(Ffind_charset(XCAR(matchspec))))) { charset = Ffind_charset(XCAR(matchspec));