aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 739b29c897e..0eaab69e961 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3092,7 +3092,7 @@ x_set_font (f, arg, oldval)
3092 { 3092 {
3093 Lisp_Object ascii_font = fontset_ascii (fontset); 3093 Lisp_Object ascii_font = fontset_ascii (fontset);
3094 3094
3095 font_object = font_open_by_name (f, SDATA (arg)); 3095 font_object = font_open_by_name (f, SDATA (ascii_font));
3096 } 3096 }
3097 } 3097 }
3098 else 3098 else