diff options
| author | Kenichi Handa | 2009-04-29 01:42:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-04-29 01:42:51 +0000 |
| commit | ee87c5499807d57d19f95939e79cde34e22bc90d (patch) | |
| tree | ef894b7eaf55621bb0cd4b91072026fe2a46e51b /src | |
| parent | 24b345504c6b73305ce59bf90bff95b358542c2c (diff) | |
| download | emacs-ee87c5499807d57d19f95939e79cde34e22bc90d.tar.gz emacs-ee87c5499807d57d19f95939e79cde34e22bc90d.zip | |
(set_default_ascii_font): Delete extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index a75655f1df3..667e3193a28 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -41,7 +41,6 @@ extern Lisp_Object font_for_char P_ ((struct face *, int, int, Lisp_Object)); | |||
| 41 | 41 | ||
| 42 | extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *)); | 42 | extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *)); |
| 43 | extern int fontset_from_font P_ ((Lisp_Object)); | 43 | extern int fontset_from_font P_ ((Lisp_Object)); |
| 44 | extern void set_default_ascii_font P_ ((Lisp_Object)); | ||
| 45 | extern int fs_query_fontset P_ ((Lisp_Object, int)); | 44 | extern int fs_query_fontset P_ ((Lisp_Object, int)); |
| 46 | EXFUN (Fquery_fontset, 2); | 45 | EXFUN (Fquery_fontset, 2); |
| 47 | extern Lisp_Object list_fontsets P_ ((struct frame *, Lisp_Object, int)); | 46 | extern Lisp_Object list_fontsets P_ ((struct frame *, Lisp_Object, int)); |