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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c [lexbind]
Date: Tue, 06 Jul 2004 06:55:50 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.255.2.15 emacs/src/xfaces.c:1.255.2.16
*** emacs/src/xfaces.c:1.255.2.15       Tue Jul  6 10:17:22 2004
--- emacs/src/xfaces.c  Tue Jul  6 10:27:02 2004
***************
*** 5848,5854 ****
        face = FACE_FROM_ID (f, lookup_face (f, merged_attrs, 0, 0));
  
        if (! face)
!       signal_error ("cannot make face", 0);
  
        /* If the font is the same, then not supported.  */
        if (face->font == def_face->font)
--- 5848,5854 ----
        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)
***************
*** 5883,5889 ****
       Lisp_Object *attrs;
       struct face *def_face;
  {
!   int weight, i;
    Lisp_Object val, fg, bg;
    XColor fg_tty_color, fg_std_color;
    XColor bg_tty_color, bg_std_color;
--- 5883,5889 ----
       Lisp_Object *attrs;
       struct face *def_face;
  {
!   int weight;
    Lisp_Object val, fg, bg;
    XColor fg_tty_color, fg_std_color;
    XColor bg_tty_color, bg_std_color;
***************
*** 6105,6111 ****
    if (def_face == NULL)
      {
        if (! realize_basic_faces (f))
!       signal_error ("Cannot realize default face", 0);
        def_face = FACE_FROM_ID (f, DEFAULT_FACE_ID);
      }
  
--- 6105,6111 ----
    if (def_face == NULL)
      {
        if (! realize_basic_faces (f))
!       error ("Cannot realize default face");
        def_face = FACE_FROM_ID (f, DEFAULT_FACE_ID);
      }
  




reply via email to

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