/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.277 by monnier, Sun May 25 17:47:13 2003 UTC revision 1.278 by gm, Thu May 29 17:08:16 2003 UTC
# Line 6575  realize_default_face (f) Line 6575  realize_default_face (f)
6575    /* If the `default' face is not yet known, create it.  */    /* If the `default' face is not yet known, create it.  */
6576    lface = lface_from_face_name (f, Qdefault, 0);    lface = lface_from_face_name (f, Qdefault, 0);
6577    if (NILP (lface))    if (NILP (lface))
6578      abort ();    {
6579           Lisp_Object frame;
6580           XSETFRAME (frame, f);
6581           lface = Finternal_make_lisp_face (Qdefault, frame);
6582      }
6583    
6584    
6585  #ifdef HAVE_WINDOW_SYSTEM  #ifdef HAVE_WINDOW_SYSTEM
6586    if (FRAME_WINDOW_P (f))    if (FRAME_WINDOW_P (f))

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26