diff options
| author | Kenichi Handa | 2003-01-10 07:16:14 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-01-10 07:16:14 +0000 |
| commit | e7d9cb6ac38d279ce12e8ba3a80e224b37945203 (patch) | |
| tree | cf2f5d2bc3ba057a38dfdb664a501e44f11aebd7 /src | |
| parent | d1970d058bcf9ac3c96441b848cff5602854bec8 (diff) | |
| download | emacs-e7d9cb6ac38d279ce12e8ba3a80e224b37945203.tar.gz emacs-e7d9cb6ac38d279ce12e8ba3a80e224b37945203.zip | |
(check_face_attributes, generate_ascii_font_name)
(font_name_registry): Don't extern them.
(split_font_name_into_vector, build_font_name_from_vector): Extern
them.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 2740364427d..f807a2aa61e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2293,9 +2293,8 @@ void free_realized_face P_ ((struct frame *, struct face *)); | |||
| 2293 | 2293 | ||
| 2294 | extern Lisp_Object Qforeground_color, Qbackground_color; | 2294 | extern Lisp_Object Qforeground_color, Qbackground_color; |
| 2295 | extern char unspecified_fg[], unspecified_bg[]; | 2295 | extern char unspecified_fg[], unspecified_bg[]; |
| 2296 | extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 2296 | extern Lisp_Object split_font_name_into_vector P_ ((Lisp_Object)); |
| 2297 | extern Lisp_Object generate_ascii_font_name P_ ((Lisp_Object, Lisp_Object)); | 2297 | extern Lisp_Object build_font_name_from_vector P_ ((Lisp_Object)); |
| 2298 | extern Lisp_Object font_name_registry P_ ((Lisp_Object)); | ||
| 2299 | 2298 | ||
| 2300 | /* Defined in xfns.c */ | 2299 | /* Defined in xfns.c */ |
| 2301 | 2300 | ||