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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c [emacs-unicode-2]
Date: Mon, 05 Jul 2004 23:10:53 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.281.2.13 emacs/src/xfaces.c:1.281.2.14
*** emacs/src/xfaces.c:1.281.2.13       Wed Jun 30 06:13:32 2004
--- emacs/src/xfaces.c  Tue Jul  6 02:57:15 2004
***************
*** 5986,5992 ****
        face = FACE_FROM_ID (f, face_id);
  
        if (! face)
!       signal_error ("cannot make face", 0);
  
        /* If the font is the same, then not supported.  */
        if (face->font == def_face->font)
--- 5986,5992 ----
        face = FACE_FROM_ID (f, face_id);
  
        if (! face)
!       error ("cannot make face");
  
        /* If the font is the same, then not supported.  */
        if (face->font == def_face->font)
***************
*** 6021,6027 ****
       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;
--- 6021,6027 ----
       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;
***************
*** 6243,6249 ****
    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);
      }
  
--- 6243,6249 ----
    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]