Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.327 emacs/src/xfaces.c:1.328
*** emacs/src/xfaces.c:1.327    Wed Jun 22 01:22:42 2005
--- emacs/src/xfaces.c  Thu Jun 23 16:18:01 2005
***************
*** 5912,5918 ****
        face = FACE_FROM_ID (f, lookup_face (f, merged_attrs, 0, 0));
  
        if (! face)
!       error ("cannot make face");
  
        /* If the font is the same, then not supported.  */
        if (face->font == def_face->font)
--- 5912,5918 ----
        face = FACE_FROM_ID (f, lookup_face (f, merged_attrs, 0, 0));
  
        if (! face)
!       error ("Cannot make face");
  
        /* If the font is the same, then not supported.  */
        if (face->font == def_face->font)


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to