From b550eb05f78a306210dd41857b8869b1d2727e5c Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 12 Apr 1999 01:26:06 +0000 Subject: [PATCH] (Fset_fontset_font): Fix previous change. --- src/fontset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fontset.c b/src/fontset.c index a3da47bc520..876e0924e4a 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -624,7 +624,7 @@ If FRAME is omitted or nil, all frames are affected.") 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 -- 2.39.2