1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

* fontset.c (fontset_get_font_group):

* font.c (font_check_otf): Specify argument types.
This commit is contained in:
Stefan Monnier 2008-07-09 13:24:10 +00:00
parent 0e17387a9e
commit 3cba9369dc
3 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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;

View file

@ -459,7 +459,7 @@ reorder_font_vector (font_group, font)
}
static Lisp_Object
fontset_get_font_group (fontset, c)
fontset_get_font_group (Lisp_Object fontset, int c)
{
Lisp_Object font_group;
Lisp_Object base_fontset;