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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Wed, 19 Feb 2003 01:14:57 -0500

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.269 emacs/src/xfaces.c:1.270
*** emacs/src/xfaces.c:1.269    Wed Feb 19 00:59:54 2003
--- emacs/src/xfaces.c  Wed Feb 19 01:14:55 2003
***************
*** 6320,6327 ****
            }
        }
  
!       /* Try scalable fonts before giving up.  */
!       if (nfonts == 0 && NILP (Vscalable_fonts_allowed))
        {
          int count = SPECPDL_INDEX ();
          specbind (Qscalable_fonts_allowed, Qt);
--- 6320,6327 ----
            }
        }
  
!       /* Try all scalable fonts before giving up.  */
!       if (nfonts == 0 && ! EQ (Vscalable_fonts_allowed, Qt))
        {
          int count = SPECPDL_INDEX ();
          specbind (Qscalable_fonts_allowed, Qt);




reply via email to

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