/[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.256 by akochoi, Sun Jun 16 23:08:57 2002 UTC revision 1.257 by lektu, Wed Jul 10 08:43:10 2002 UTC
# Line 6304  try_alternative_families (f, family, reg Line 6304  try_alternative_families (f, family, reg
6304        /* Try scalable fonts before giving up.  */        /* Try scalable fonts before giving up.  */
6305        if (nfonts == 0 && NILP (Vscalable_fonts_allowed))        if (nfonts == 0 && NILP (Vscalable_fonts_allowed))
6306          {          {
6307            int count = BINDING_STACK_SIZE ();            int count = SPECPDL_INDEX ();
6308            specbind (Qscalable_fonts_allowed, Qt);            specbind (Qscalable_fonts_allowed, Qt);
6309            nfonts = try_alternative_families (f, family, registry, fonts);            nfonts = try_alternative_families (f, family, registry, fonts);
6310            unbind_to (count, Qnil);            unbind_to (count, Qnil);
# Line 6450  realize_basic_faces (f) Line 6450  realize_basic_faces (f)
6450       struct frame *f;       struct frame *f;
6451  {  {
6452    int success_p = 0;    int success_p = 0;
6453    int count = BINDING_STACK_SIZE ();    int count = SPECPDL_INDEX ();
6454    
6455    /* Block input here so that we won't be surprised by an X expose    /* Block input here so that we won't be surprised by an X expose
6456       event, for instance, without having the faces set up.  */       event, for instance, without having the faces set up.  */

Legend:
Removed from v.1.256  
changed lines
  Added in v.1.257

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