mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(font_make_object, font_match_p): Adjust prototypes.
This commit is contained in:
parent
41ad6003ce
commit
5e4bfc8562
1 changed files with 2 additions and 2 deletions
|
|
@ -769,7 +769,7 @@ EXFUN (Ffont_xlfd_name, 2);
|
|||
|
||||
extern Lisp_Object font_make_spec P_ ((void));
|
||||
extern Lisp_Object font_make_entity P_ ((void));
|
||||
extern Lisp_Object font_make_object P_ ((int));
|
||||
extern Lisp_Object font_make_object P_ ((int, Lisp_Object, int));
|
||||
|
||||
extern Lisp_Object find_font_encoding P_ ((Lisp_Object));
|
||||
extern int font_registry_charsets P_ ((Lisp_Object, struct charset **,
|
||||
|
|
@ -780,7 +780,7 @@ extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font,
|
|||
enum font_property_index prop,
|
||||
int for_face));
|
||||
|
||||
extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object entity));
|
||||
extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font));
|
||||
extern Lisp_Object font_list_entities P_ ((Lisp_Object frame,
|
||||
Lisp_Object spec));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue