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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Thu, 29 May 2003 13:08:16 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.277 emacs/src/xfaces.c:1.278
*** emacs/src/xfaces.c:1.277    Sun May 25 13:47:13 2003
--- emacs/src/xfaces.c  Thu May 29 13:08:16 2003
***************
*** 6575,6581 ****
    /* If the `default' face is not yet known, create it.  */
    lface = lface_from_face_name (f, Qdefault, 0);
    if (NILP (lface))
!     abort ();
  
  #ifdef HAVE_WINDOW_SYSTEM
    if (FRAME_WINDOW_P (f))
--- 6575,6586 ----
    /* If the `default' face is not yet known, create it.  */
    lface = lface_from_face_name (f, Qdefault, 0);
    if (NILP (lface))
!   {
!        Lisp_Object frame;
!        XSETFRAME (frame, f);
!        lface = Finternal_make_lisp_face (Qdefault, frame);
!   }
! 
  
  #ifdef HAVE_WINDOW_SYSTEM
    if (FRAME_WINDOW_P (f))




reply via email to

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