changeset 90486:f0ccc964a392

(x_set_font) [USE_FONT_BACKEND]: Fix argument to font_open_by_name.
author Kenichi Handa <handa@m17n.org>
date Tue, 20 Jun 2006 01:17:23 +0000
parents 36209537eac9
children ef80dfaa8269
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Mon Jun 19 13:02:33 2006 +0000
+++ b/src/frame.c	Tue Jun 20 01:17:23 2006 +0000
@@ -3092,7 +3092,7 @@
 	    {
 	      Lisp_Object ascii_font = fontset_ascii (fontset);
 
-	      font_object = font_open_by_name (f, SDATA (arg));
+	      font_object = font_open_by_name (f, SDATA (ascii_font));
 	    }
 	}
       else