emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfaces.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Thu, 23 Jun 2005 12:18:01 -0400

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]