diff options
| author | Kenichi Handa | 2008-08-29 07:55:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-08-29 07:55:54 +0000 |
| commit | 9d9f3e1504a6238ac01da00e57a08ac6361ff878 (patch) | |
| tree | 1899ff952546414b8c47d899bfa59a889f3b3b4b /src | |
| parent | 514cf2188b48b2bacc5ec35dca0643aa82d7ff1a (diff) | |
| download | emacs-9d9f3e1504a6238ac01da00e57a08ac6361ff878.tar.gz emacs-9d9f3e1504a6238ac01da00e57a08ac6361ff878.zip | |
(font_for_char): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fontset.h b/src/fontset.h index aa13d246446..76afeaecdc7 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -37,6 +37,8 @@ extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, struct face *, int)); | |||
| 37 | extern int face_suitable_for_char_p P_ ((struct face *, int)); | 37 | extern int face_suitable_for_char_p P_ ((struct face *, int)); |
| 38 | extern int face_for_char P_ ((FRAME_PTR, struct face *, int, | 38 | extern int face_for_char P_ ((FRAME_PTR, struct face *, int, |
| 39 | int, Lisp_Object)); | 39 | int, Lisp_Object)); |
| 40 | extern Lisp_Object font_for_char P_ ((struct face *, int, int, Lisp_Object)); | ||
| 41 | |||
| 40 | extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *)); | 42 | extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *)); |
| 41 | extern int fontset_from_font P_ ((Lisp_Object)); | 43 | extern int fontset_from_font P_ ((Lisp_Object)); |
| 42 | extern void set_default_ascii_font P_ ((Lisp_Object)); | 44 | extern void set_default_ascii_font P_ ((Lisp_Object)); |