diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-07-09 13:24:10 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-07-09 13:24:10 +0000 |
commit | 3cba9369dcbfb18042620a28fa80b7319b248e5f (patch) | |
tree | 49ab4260914cb189f5cf9c7f3f3e8e5463768fc8 /src/font.c | |
parent | 0e17387a9e94f2e1974fa857dc8808bbea66c523 (diff) | |
download | emacs-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.c | 2 |
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; |