diff options
| author | Dave Love | 2002-05-09 17:59:15 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-09 17:59:15 +0000 |
| commit | adab24c879fcc50f6c55f20bce0e714584a9e971 (patch) | |
| tree | 9900610a89998d415c34a70aa038bff33c22dc4f /src | |
| parent | 3d7db6f1392eb0fb59b02f7d237f51ad395bbe76 (diff) | |
| download | emacs-adab24c879fcc50f6c55f20bce0e714584a9e971.tar.gz emacs-adab24c879fcc50f6c55f20bce0e714584a9e971.zip | |
(generate_ascii_font): Fix return type.
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 | ||