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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Wed, 10 Jul 2002 04:43:10 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.256 emacs/src/xfaces.c:1.257
*** emacs/src/xfaces.c:1.256    Sun Jun 16 19:08:57 2002
--- emacs/src/xfaces.c  Wed Jul 10 04:43:10 2002
***************
*** 6304,6310 ****
        /* Try scalable fonts before giving up.  */
        if (nfonts == 0 && NILP (Vscalable_fonts_allowed))
        {
!         int count = BINDING_STACK_SIZE ();
          specbind (Qscalable_fonts_allowed, Qt);
          nfonts = try_alternative_families (f, family, registry, fonts);
          unbind_to (count, Qnil);
--- 6304,6310 ----
        /* Try scalable fonts before giving up.  */
        if (nfonts == 0 && NILP (Vscalable_fonts_allowed))
        {
!         int count = SPECPDL_INDEX ();
          specbind (Qscalable_fonts_allowed, Qt);
          nfonts = try_alternative_families (f, family, registry, fonts);
          unbind_to (count, Qnil);
***************
*** 6450,6456 ****
       struct frame *f;
  {
    int success_p = 0;
!   int count = BINDING_STACK_SIZE ();
  
    /* Block input here so that we won't be surprised by an X expose
       event, for instance, without having the faces set up.  */
--- 6450,6456 ----
       struct frame *f;
  {
    int success_p = 0;
!   int count = SPECPDL_INDEX ();
  
    /* Block input here so that we won't be surprised by an X expose
       event, for instance, without having the faces set up.  */



reply via email to

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