/[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.269 by jhd, Wed Feb 19 05:59:54 2003 UTC revision 1.270 by handa, Wed Feb 19 06:14:55 2003 UTC
# Line 6320  try_alternative_families (f, family, reg Line 6320  try_alternative_families (f, family, reg
6320              }              }
6321          }          }
6322    
6323        /* Try scalable fonts before giving up.  */        /* Try all scalable fonts before giving up.  */
6324        if (nfonts == 0 && NILP (Vscalable_fonts_allowed))        if (nfonts == 0 && ! EQ (Vscalable_fonts_allowed, Qt))
6325          {          {
6326            int count = SPECPDL_INDEX ();            int count = SPECPDL_INDEX ();
6327            specbind (Qscalable_fonts_allowed, Qt);            specbind (Qscalable_fonts_allowed, Qt);

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270

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