aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorStefan Monnier2008-07-09 13:24:10 +0000
committerStefan Monnier2008-07-09 13:24:10 +0000
commit3cba9369dcbfb18042620a28fa80b7319b248e5f (patch)
tree49ab4260914cb189f5cf9c7f3f3e8e5463768fc8 /src/font.c
parent0e17387a9e94f2e1974fa857dc8808bbea66c523 (diff)
downloademacs-3cba9369dcbfb18042620a28fa80b7319b248e5f.tar.gz
emacs-3cba9369dcbfb18042620a28fa80b7319b248e5f.zip
* 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)
2404/* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */ 2404/* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */
2405 2405
2406static int 2406static int
2407font_check_otf (spec, otf_capability) 2407font_check_otf (Lisp_Object spec, Lisp_Object otf_capability)
2408{ 2408{
2409 Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil; 2409 Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil;
2410 2410