]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_font) [USE_FONT_BACKEND]: Fix argument to
authorKenichi Handa <handa@m17n.org>
Tue, 20 Jun 2006 01:17:23 +0000 (01:17 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 20 Jun 2006 01:17:23 +0000 (01:17 +0000)
font_open_by_name.

src/frame.c

index 739b29c897e2380a1560cf3bac4425c2e6761bd8..0eaab69e961a8109b3dc01f83479ca624b1f2310 100644 (file)
@@ -3092,7 +3092,7 @@ x_set_font (f, arg, oldval)
            {
              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