diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 823f12728aa..17166fcfb43 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2298,7 +2298,7 @@ void free_realized_face P_ ((struct frame *, struct face *)); | |||
| 2298 | extern Lisp_Object Qforeground_color, Qbackground_color; | 2298 | extern Lisp_Object Qforeground_color, Qbackground_color; |
| 2299 | extern char unspecified_fg[], unspecified_bg[]; | 2299 | extern char unspecified_fg[], unspecified_bg[]; |
| 2300 | extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 2300 | extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 2301 | extern int generate_ascii_font P_ ((Lisp_Object, Lisp_Object)); | 2301 | extern Lisp_Object generate_ascii_font P_ ((Lisp_Object, Lisp_Object)); |
| 2302 | 2302 | ||
| 2303 | /* Defined in xfns.c */ | 2303 | /* Defined in xfns.c */ |
| 2304 | 2304 | ||