diff options
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h index b4e994397de..2e374571c67 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -771,7 +771,7 @@ extern void font_prepare_for_face (FRAME_PTR f, struct face *face); | |||
| 771 | extern void font_done_for_face (FRAME_PTR f, struct face *face); | 771 | extern void font_done_for_face (FRAME_PTR f, struct face *face); |
| 772 | 772 | ||
| 773 | extern Lisp_Object font_open_by_spec (FRAME_PTR f, Lisp_Object spec); | 773 | extern Lisp_Object font_open_by_spec (FRAME_PTR f, Lisp_Object spec); |
| 774 | extern Lisp_Object font_open_by_name (FRAME_PTR f, const char *name, ptrdiff_t len); | 774 | extern Lisp_Object font_open_by_name (FRAME_PTR f, Lisp_Object name); |
| 775 | 775 | ||
| 776 | extern Lisp_Object font_intern_prop (const char *str, ptrdiff_t len, | 776 | extern Lisp_Object font_intern_prop (const char *str, ptrdiff_t len, |
| 777 | int force_symbol); | 777 | int force_symbol); |