aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-05-09 17:59:15 +0000
committerDave Love2002-05-09 17:59:15 +0000
commitadab24c879fcc50f6c55f20bce0e714584a9e971 (patch)
tree9900610a89998d415c34a70aa038bff33c22dc4f /src
parent3d7db6f1392eb0fb59b02f7d237f51ad395bbe76 (diff)
downloademacs-adab24c879fcc50f6c55f20bce0e714584a9e971.tar.gz
emacs-adab24c879fcc50f6c55f20bce0e714584a9e971.zip
(generate_ascii_font): Fix return type.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
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 *));
2298extern Lisp_Object Qforeground_color, Qbackground_color; 2298extern Lisp_Object Qforeground_color, Qbackground_color;
2299extern char unspecified_fg[], unspecified_bg[]; 2299extern char unspecified_fg[], unspecified_bg[];
2300extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); 2300extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
2301extern int generate_ascii_font P_ ((Lisp_Object, Lisp_Object)); 2301extern Lisp_Object generate_ascii_font P_ ((Lisp_Object, Lisp_Object));
2302 2302
2303/* Defined in xfns.c */ 2303/* Defined in xfns.c */
2304 2304