comparison src/fontset.c @ 24611:a1e836728879

(Fset_fontset_font): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Mon, 12 Apr 1999 01:26:06 +0000
parents a16dadaa425d
children 99290b59352d
comparison
equal deleted inserted replaced
24610:66a14155ad78 24611:a1e836728879
622 622
623 if ((charset = get_charset_id (charset_symbol)) < 0) 623 if ((charset = get_charset_id (charset_symbol)) < 0)
624 error ("Invalid charset: %s", XSYMBOL (charset_symbol)->name->data); 624 error ("Invalid charset: %s", XSYMBOL (charset_symbol)->name->data);
625 625
626 fullname = Fquery_fontset (name, Qnil); 626 fullname = Fquery_fontset (name, Qnil);
627 if (!NILP (fullname)) 627 if (NILP (fullname))
628 error ("Fontset `%s' does not exist", XSTRING (name)->data); 628 error ("Fontset `%s' does not exist", XSTRING (name)->data);
629 629
630 /* If FRAME is not specified, we must, at first, update contents of 630 /* If FRAME is not specified, we must, at first, update contents of
631 `global-fontset-alist' for a frame created in the future. */ 631 `global-fontset-alist' for a frame created in the future. */
632 if (NILP (frame)) 632 if (NILP (frame))