summaryrefslogtreecommitdiff
path: root/src/font.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-07-09 13:24:10 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-07-09 13:24:10 +0000
commit3cba9369dcbfb18042620a28fa80b7319b248e5f (patch)
tree49ab4260914cb189f5cf9c7f3f3e8e5463768fc8 /src/font.c
parent0e17387a9e94f2e1974fa857dc8808bbea66c523 (diff)
downloademacs-3cba9369dcbfb18042620a28fa80b7319b248e5f.tar.gz
* fontset.c (fontset_get_font_group):
* font.c (font_check_otf): Specify argument types.
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index 8988b2193bd..91bb84239ae 100644
--- a/src/font.c
+++ b/src/font.c
@@ -2404,7 +2404,7 @@ font_check_otf_features (script, langsys, features, table)
/* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */
static int
-font_check_otf (spec, otf_capability)
+font_check_otf (Lisp_Object spec, Lisp_Object otf_capability)
{
Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil;