/[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.340 by cyd, Fri Nov 18 03:55:45 2005 UTC revision 1.341 by cyd, Sun Nov 20 15:22:31 2005 UTC
# Line 4054  FRAME 0 means change the face on all fra Line 4054  FRAME 0 means change the face on all fra
4054    
4055    /* Set lface to the Lisp attribute vector of FACE.  */    /* Set lface to the Lisp attribute vector of FACE.  */
4056    if (EQ (frame, Qt))    if (EQ (frame, Qt))
4057      lface = lface_from_face_name (NULL, face, 1);      {
4058          lface = lface_from_face_name (NULL, face, 1);
4059          if (UNSPECIFIEDP (value))
4060            value = Qignore_defface;
4061        }
4062    else    else
4063      {      {
4064        if (NILP (frame))        if (NILP (frame))
# Line 4880  frames).  If FRAME is omitted or nil, us Line 4884  frames).  If FRAME is omitted or nil, us
4884    else    else
4885      signal_error ("Invalid face attribute name", keyword);      signal_error ("Invalid face attribute name", keyword);
4886    
4887      if (IGNORE_DEFFACE_P (value))
4888        return Qunspecified;
4889    
4890    return value;    return value;
4891  }  }
4892    

Legend:
Removed from v.1.340  
changed lines
  Added in v.1.341

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