diff options
| author | Kenichi Handa | 2005-03-08 08:46:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-03-08 08:46:48 +0000 |
| commit | ee5d57b04325be3c36049faebb452a5527bcea4e (patch) | |
| tree | 708d1cc3ad5780ad77e1523c854be2f51e628d7e /src/frame.c | |
| parent | 8f2e6673597e952fc92191f21fe554a5f51242dc (diff) | |
| download | emacs-ee5d57b04325be3c36049faebb452a5527bcea4e.tar.gz emacs-ee5d57b04325be3c36049faebb452a5527bcea4e.zip | |
(x_set_font): Call set_default_ascii_font if an
available font is found.
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index 36014df23c1..2dc8e633a3f 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -3084,6 +3084,7 @@ x_set_font (f, arg, oldval) | |||
| 3084 | error ("The characters of the given font have varying widths"); | 3084 | error ("The characters of the given font have varying widths"); |
| 3085 | else if (STRINGP (result)) | 3085 | else if (STRINGP (result)) |
| 3086 | { | 3086 | { |
| 3087 | set_default_ascii_font (result); | ||
| 3087 | if (STRINGP (fontset_name)) | 3088 | if (STRINGP (fontset_name)) |
| 3088 | { | 3089 | { |
| 3089 | /* Fontset names are built from ASCII font names, so the | 3090 | /* Fontset names are built from ASCII font names, so the |