diff options
| author | Kenichi Handa | 2003-12-29 06:53:28 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-12-29 06:53:28 +0000 |
| commit | 475a1234b72851704d6d217aa9041060ffdf3e2e (patch) | |
| tree | 6eaaf4861aea73c9831e6356f5aad9d9b389958c /src | |
| parent | c4383667201d2a2fa071c380caea36df2219261f (diff) | |
| download | emacs-475a1234b72851704d6d217aa9041060ffdf3e2e.tar.gz emacs-475a1234b72851704d6d217aa9041060ffdf3e2e.zip | |
(face_font_available_p): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 25c8227d773..d26215e5113 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2582,6 +2582,7 @@ void clear_face_cache P_ ((int)); | |||
| 2582 | unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, | 2582 | unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, |
| 2583 | enum lface_attribute_index)); | 2583 | enum lface_attribute_index)); |
| 2584 | void unload_color P_ ((struct frame *, unsigned long)); | 2584 | void unload_color P_ ((struct frame *, unsigned long)); |
| 2585 | int face_font_available_p P_ ((struct frame *, Lisp_Object)); | ||
| 2585 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); | 2586 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); |
| 2586 | void prepare_face_for_display P_ ((struct frame *, struct face *)); | 2587 | void prepare_face_for_display P_ ((struct frame *, struct face *)); |
| 2587 | int xstricmp P_ ((const unsigned char *, const unsigned char *)); | 2588 | int xstricmp P_ ((const unsigned char *, const unsigned char *)); |