From: Kenichi Handa Date: Thu, 15 May 2008 01:01:05 +0000 (+0000) Subject: (Finternal_set_lisp_face_attribute): Be sure to make a X-Git-Tag: emacs-pretest-23.0.90~5526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c45fdeecef78893f3cf22f5954c4656e9484177d;p=emacs.git (Finternal_set_lisp_face_attribute): Be sure to make a font-spec for QCfont value. --- diff --git a/src/xfaces.c b/src/xfaces.c index 902d30caad6..a7d24f0d61d 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3303,8 +3303,7 @@ FRAME 0 means change the face on all frames, and change the default if (fontset >= 0) value = fontset_ascii (fontset); - else - value = font_spec_from_name (value); + value = font_spec_from_name (value); } else signal_error ("Invalid font or font-spec", value);