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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Sat, 02 Feb 2002 13:07:57 -0500

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.247 emacs/src/xfaces.c:1.248
*** emacs/src/xfaces.c:1.247    Thu Dec 20 13:30:02 2001
--- emacs/src/xfaces.c  Sat Feb  2 13:07:56 2002
***************
*** 6172,6179 ****
        LFACE_FAMILY (lface) = build_string ("default");
        LFACE_SWIDTH (lface) = Qnormal;
        LFACE_HEIGHT (lface) = make_number (1);
!       LFACE_WEIGHT (lface) = Qnormal;
!       LFACE_SLANT (lface) = Qnormal;
        LFACE_AVGWIDTH (lface) = Qunspecified;
      }
  
--- 6172,6181 ----
        LFACE_FAMILY (lface) = build_string ("default");
        LFACE_SWIDTH (lface) = Qnormal;
        LFACE_HEIGHT (lface) = make_number (1);
!       if (UNSPECIFIEDP (LFACE_WEIGHT (lface)))
!       LFACE_WEIGHT (lface) = Qnormal;
!       if (UNSPECIFIEDP (LFACE_SLANT (lface)))
!       LFACE_SLANT (lface) = Qnormal;
        LFACE_AVGWIDTH (lface) = Qunspecified;
      }
  



reply via email to

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