/[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.296 by miles, Fri Jun 4 23:30:03 2004 UTC revision 1.297 by miles, Sun Jun 6 09:49:12 2004 UTC
# Line 6027  face for italic. */) Line 6027  face for italic. */)
6027    struct face *def_face;    struct face *def_face;
6028    Lisp_Object attrs[LFACE_VECTOR_SIZE];    Lisp_Object attrs[LFACE_VECTOR_SIZE];
6029    
6030      if (noninteractive || !initialized)
6031        /* We may not be able to access low-level face information in batch
6032           mode, or before being dumped, and this function is not going to
6033           be very useful in those cases anyway, so just give up.  */
6034        return Qnil;
6035    
6036    if (NILP (display))    if (NILP (display))
6037      frame = selected_frame;      frame = selected_frame;
6038    else if (FRAMEP (display))    else if (FRAMEP (display))

Legend:
Removed from v.1.296  
changed lines
  Added in v.1.297

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