system, set the fontset of face to nil.
+2008-06-17 Kenichi Handa <handa@m17n.org>
+
+ * xfaces.c (realize_default_face): If the frame is not on window
+ system, set the fontset of face to nil.
+
2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
* fontset.c (fontset_pattern_regexp): Escape some reg-expr
LFACE_WEIGHT (lface) = Qnormal;
if (UNSPECIFIEDP (LFACE_SLANT (lface)))
LFACE_SLANT (lface) = Qnormal;
+ if (UNSPECIFIEDP (LFACE_FONTSET (lface)))
+ LFACE_FONTSET (lface) = Qnil;
}
if (UNSPECIFIEDP (LFACE_UNDERLINE (lface)))