From: Kenichi Handa Date: Fri, 27 Sep 2002 04:50:23 +0000 (+0000) Subject: (x_set_font): Change the error message of the case that X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75f8dd6ae20ab2ecb6829f2eaccb55fc5258b957;p=emacs.git (x_set_font): Change the error message of the case that x_new_fontset returns Qt. --- diff --git a/src/xfns.c b/src/xfns.c index e33ce550c36..64df09d02f4 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1995,7 +1995,7 @@ x_set_font (f, arg, oldval) 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))