aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index ade94e129be..4083ec74be0 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1757,7 +1757,7 @@ be shared by the new frame.")
1757 BLOCK_INPUT; 1757 BLOCK_INPUT;
1758 /* First, try whatever font the caller has specified. */ 1758 /* First, try whatever font the caller has specified. */
1759 if (STRINGP (font)) 1759 if (STRINGP (font))
1760 font = x_new_font (f, XSTRING (tem)->data); 1760 font = x_new_font (f, XSTRING (font)->data);
1761 /* Try out a font which we hope has bold and italic variations. */ 1761 /* Try out a font which we hope has bold and italic variations. */
1762 if (!STRINGP (font)) 1762 if (!STRINGP (font))
1763 font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1"); 1763 font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1");