# HG changeset patch # User Kenichi Handa # Date 923880366 0 # Node ID a1e8367288791ca3821c741e4b8a140acece7fed # Parent 66a14155ad783b23d16748168a66eddf6638570f (Fset_fontset_font): Fix previous change. diff -r 66a14155ad78 -r a1e836728879 src/fontset.c --- a/src/fontset.c Sun Apr 11 16:26:11 1999 +0000 +++ b/src/fontset.c Mon Apr 12 01:26:06 1999 +0000 @@ -624,7 +624,7 @@ error ("Invalid charset: %s", XSYMBOL (charset_symbol)->name->data); fullname = Fquery_fontset (name, Qnil); - if (!NILP (fullname)) + if (NILP (fullname)) error ("Fontset `%s' does not exist", XSTRING (name)->data); /* If FRAME is not specified, we must, at first, update contents of