Mercurial > emacs
changeset 89124:aabfe2dc76da
(x_set_font): Change the error message of the case that
x_new_fontset returns Qt.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 27 Sep 2002 04:50:23 +0000 |
parents | f2e5b8cb2f26 |
children | 81d88ca705db |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))