From: Kenichi Handa Date: Mon, 26 Jun 2006 04:27:21 +0000 (+0000) Subject: (Flist_fonts): EXFUN it. X-Git-Tag: emacs-pretest-23.0.90~8295^2~853 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d3251f268a8f4b80a4f27793240fe1fa997a7be;p=emacs.git (Flist_fonts): EXFUN it. --- diff --git a/src/font.h b/src/font.h index 34416bbf9ad..1d64d28797f 100644 --- a/src/font.h +++ b/src/font.h @@ -424,6 +424,7 @@ struct font_driver_list extern int enable_font_backend; EXFUN (Ffont_spec, MANY); +EXFUN (Flist_fonts, 4); extern Lisp_Object font_symbolic_weight P_ ((Lisp_Object font)); extern Lisp_Object font_symbolic_slant P_ ((Lisp_Object font));