(Fset_fontset_font): Fix previous change.
This commit is contained in:
parent
ca128d7556
commit
b550eb05f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue