diff options
| author | Kenichi Handa | 2006-06-26 04:27:21 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-26 04:27:21 +0000 |
| commit | 8d3251f268a8f4b80a4f27793240fe1fa997a7be (patch) | |
| tree | 154ae19c3933236a425ea5e52eb2d3ab18a6e91a /src | |
| parent | 483397774445cd6045a8a86cf109770381a0a3b6 (diff) | |
| download | emacs-8d3251f268a8f4b80a4f27793240fe1fa997a7be.tar.gz emacs-8d3251f268a8f4b80a4f27793240fe1fa997a7be.zip | |
(Flist_fonts): EXFUN it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 424 | extern int enable_font_backend; | 424 | extern int enable_font_backend; |
| 425 | 425 | ||
| 426 | EXFUN (Ffont_spec, MANY); | 426 | EXFUN (Ffont_spec, MANY); |
| 427 | EXFUN (Flist_fonts, 4); | ||
| 427 | 428 | ||
| 428 | extern Lisp_Object font_symbolic_weight P_ ((Lisp_Object font)); | 429 | extern Lisp_Object font_symbolic_weight P_ ((Lisp_Object font)); |
| 429 | extern Lisp_Object font_symbolic_slant P_ ((Lisp_Object font)); | 430 | extern Lisp_Object font_symbolic_slant P_ ((Lisp_Object font)); |