diff options
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 ac1cf1188cd..cfc30051f68 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -446,6 +446,7 @@ extern int enable_font_backend; | |||
| 446 | EXFUN (Ffont_spec, MANY); | 446 | EXFUN (Ffont_spec, MANY); |
| 447 | EXFUN (Flist_fonts, 4); | 447 | EXFUN (Flist_fonts, 4); |
| 448 | EXFUN (Fclear_font_cache, 0); | 448 | EXFUN (Fclear_font_cache, 0); |
| 449 | EXFUN (Ffont_xlfd_name, 1); | ||
| 449 | 450 | ||
| 450 | extern Lisp_Object font_symbolic_weight P_ ((Lisp_Object font)); | 451 | extern Lisp_Object font_symbolic_weight P_ ((Lisp_Object font)); |
| 451 | extern Lisp_Object font_symbolic_slant P_ ((Lisp_Object font)); | 452 | extern Lisp_Object font_symbolic_slant P_ ((Lisp_Object font)); |