# HG changeset patch # User Kenichi Handa # Date 1033102223 0 # Node ID aabfe2dc76daa7e06e8b7bbffc22b442824f6900 # Parent f2e5b8cb2f260ce48d76f510826e97f9ce44aaeb (x_set_font): Change the error message of the case that x_new_fontset returns Qt. diff -r f2e5b8cb2f26 -r aabfe2dc76da src/xfns.c --- a/src/xfns.c Fri Sep 27 04:49:47 2002 +0000 +++ b/src/xfns.c Fri Sep 27 04:50:23 2002 +0000 @@ -1995,7 +1995,7 @@ if (EQ (result, Qnil)) error ("Font `%s' is not defined", XSTRING (arg)->data); else if (EQ (result, Qt)) - error ("The characters of the given font have varying widths"); + error ("The default fontset can't be used for a frame font"); else if (STRINGP (result)) { if (STRINGP (fontset_name))