Mercurial > hg > xemacs-beta
diff src/specifier.h @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | d1247f3cc363 d95c102a96d3 |
children | a9c41067dd88 |
line wrap: on
line diff
--- a/src/specifier.h Wed Jan 20 07:05:57 2010 -0600 +++ b/src/specifier.h Wed Feb 24 01:58:04 2010 -0600 @@ -572,16 +572,6 @@ #define CHECK_DISPLAYTABLE_SPECIFIER(x) CHECK_SPECIFIER_TYPE (x, display_table) #define CONCHECK_DISPLAYTABLE_SPECIFIER(x) CONCHECK_SPECIFIER_TYPE (x, display_table) -/* The various stages of font instantiation; initial means "find a font for - CHARSET that matches the charset's registries" and final means "find a - font for CHARSET that matches iso10646-1, since we haven't found a font - that matches its registry." */ -enum font_specifier_matchspec_stages { - initial, - final, - impossible, -}; - Lisp_Object define_specifier_tag(Lisp_Object tag, Lisp_Object device_predicate, Lisp_Object charset_predicate);