/[emacs]/emacs/src/fontset.c
ViewVC logotype

Diff of /emacs/src/fontset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77.4.2 by handa, Mon Oct 6 11:22:42 2003 UTC revision 1.77.4.3 by handa, Thu Oct 23 08:42:39 2003 UTC
# Line 1378  FONT-SPEC is a vector, a cons, or a stri Line 1378  FONT-SPEC is a vector, a cons, or a stri
1378      {      {
1379        name = Fdowncase (name);        name = Fdowncase (name);
1380        val = split_font_name_into_vector (name);        val = split_font_name_into_vector (name);
1381        if (NILP (val))        if (NILP (val) || NILP (AREF (val, 12)) || NILP (AREF (val, 13)))
1382          error ("Fontset name must be in XLFD format");          error ("Fontset name must be in XLFD format");
1383        if (strcmp (SDATA (AREF (val, 12)), "fontset"))        if (strcmp (SDATA (AREF (val, 12)), "fontset"))
1384          error ("Registry field of fontset name must be \"fontset\"");          error ("Registry field of fontset name must be \"fontset\"");

Legend:
Removed from v.1.77.4.2  
changed lines
  Added in v.1.77.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26