Mercurial > emacs
changeset 88472:7588f2b3779c
(generate_ascii_font): Fix return type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 09 May 2002 17:59:15 +0000 |
parents | 9729ea16acd8 |
children | b47ee8b1ce03 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Thu May 09 17:59:01 2002 +0000 +++ b/src/dispextern.h Thu May 09 17:59:15 2002 +0000 @@ -2298,7 +2298,7 @@ extern Lisp_Object Qforeground_color, Qbackground_color; extern char unspecified_fg[], unspecified_bg[]; extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); -extern int generate_ascii_font P_ ((Lisp_Object, Lisp_Object)); +extern Lisp_Object generate_ascii_font P_ ((Lisp_Object, Lisp_Object)); /* Defined in xfns.c */