diff options
| author | Stefan Monnier | 2008-07-09 13:24:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-07-09 13:24:10 +0000 |
| commit | 3cba9369dcbfb18042620a28fa80b7319b248e5f (patch) | |
| tree | 49ab4260914cb189f5cf9c7f3f3e8e5463768fc8 /src/font.c | |
| parent | 0e17387a9e94f2e1974fa857dc8808bbea66c523 (diff) | |
| download | emacs-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.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) | |||
| 2404 | /* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */ | 2404 | /* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */ |
| 2405 | 2405 | ||
| 2406 | static int | 2406 | static int |
| 2407 | font_check_otf (spec, otf_capability) | 2407 | font_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 | ||