Mercurial > emacs
changeset 95747:721d9f530e61
(font_intern_prop): Prototype adjusted.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 10 Jun 2008 02:09:41 +0000 |
parents | b490fda95b13 |
children | d57fdb8fadbf |
files | src/font.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Tue Jun 10 02:09:15 2008 +0000 +++ b/src/font.h Tue Jun 10 02:09:41 2008 +0000 @@ -803,7 +803,7 @@ extern Lisp_Object font_open_by_name P_ ((FRAME_PTR f, char *name)); extern void font_close_object (FRAME_PTR f, Lisp_Object font_object); -extern Lisp_Object font_intern_prop P_ ((char *str, int len)); +extern Lisp_Object font_intern_prop P_ ((char *str, int len, int force_symbol)); extern void font_update_sort_order P_ ((int *order)); extern void font_parse_family_registry P_ ((Lisp_Object family,