/[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.225 by gerd, Wed Aug 22 09:44:15 2001 UTC revision 1.225.4.1 by gerd, Mon Oct 29 12:23:21 2001 UTC
# Line 4664  If FRAME is omitted or nil, use the sele Line 4664  If FRAME is omitted or nil, use the sele
4664            && !EQ (LFACE_WEIGHT (lface), Qnormal))            && !EQ (LFACE_WEIGHT (lface), Qnormal))
4665          result = Fcons (Qbold, result);          result = Fcons (Qbold, result);
4666    
4667        if (!NILP (LFACE_SLANT (lface))        if (!UNSPECIFIEDP (LFACE_SLANT (lface))
4668            && !EQ (LFACE_SLANT (lface), Qnormal))            && !EQ (LFACE_SLANT (lface), Qnormal))
4669          result = Fcons (Qitalic, result);          result = Fcons (Qitalic, result);
4670    

Legend:
Removed from v.1.225  
changed lines
  Added in v.1.225.4.1

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