Mercurial > emacs
changeset 96573:3de01ebe30b7
* fontset.c (fontset_get_font_group):
* font.c (font_check_otf): Specify argument types.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 09 Jul 2008 13:24:10 +0000 |
parents | b4b3a97faee1 |
children | 8fc8962839b7 |
files | src/ChangeLog src/font.c src/fontset.c |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jul 09 13:06:14 2008 +0000 +++ b/src/ChangeLog Wed Jul 09 13:24:10 2008 +0000 @@ -1,3 +1,8 @@ +2008-07-09 Stefan Monnier <monnier@iro.umontreal.ca> + + * fontset.c (fontset_get_font_group): + * font.c (font_check_otf): Specify argument types. + 2008-07-09 Kenichi Handa <handa@m17n.org> * coding.c (detect_coding_utf_8): Set detect_info->found only when
--- a/src/font.c Wed Jul 09 13:06:14 2008 +0000 +++ b/src/font.c Wed Jul 09 13:24:10 2008 +0000 @@ -2404,7 +2404,7 @@ /* 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;