Mercurial > hg > xemacs-beta
diff src/objects.h @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | ac2d302a0011 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/objects.h Mon Aug 13 08:48:43 2007 +0200 +++ b/src/objects.h Mon Aug 13 08:49:20 2007 +0200 @@ -154,6 +154,7 @@ #define CHECK_FONT_INSTANCE(x) CHECK_RECORD (x, font_instance) #define CONCHECK_FONT_INSTANCE(x) CONCHECK_RECORD (x, font_instance) + Lisp_Object Fmake_font_instance (Lisp_Object name, Lisp_Object device, Lisp_Object no_error); Lisp_Object Ffont_instance_p (Lisp_Object obj);