From: Jason Rumney Date: Thu, 31 May 2007 15:51:29 +0000 (+0000) Subject: * font.h (font_put_extra): Moved declaration from font.c. X-Git-Tag: emacs-pretest-23.0.90~8295^2~470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17484ddcc7bce72639faafe9393e6874263512de;p=emacs.git * font.h (font_put_extra): Moved declaration from font.c. --- diff --git a/src/font.h b/src/font.h index e284ae74c78..3b12770d74d 100644 --- a/src/font.h +++ b/src/font.h @@ -473,6 +473,8 @@ extern Lisp_Object font_at P_ ((int c, EMACS_INT pos, struct face *face, extern struct font *font_prepare_composition P_ ((struct composition *cmp)); +extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop, + Lisp_Object val)); #ifdef HAVE_LIBOTF /* This can be used as `otf_capability' method of a font-driver. */