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: Thu, 11 Jul 2002 10:17:04 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.257 emacs/src/xfaces.c:1.258
*** emacs/src/xfaces.c:1.257    Wed Jul 10 04:43:10 2002
--- emacs/src/xfaces.c  Thu Jul 11 10:17:04 2002
***************
*** 2844,2850 ****
    struct font_name *fonts;
    Lisp_Object result;
    struct gcpro gcpro1;
!   int count = specpdl_ptr - specpdl;
    int limit;
  
    /* Let's consider all fonts.  Increase the limit for matching
--- 2844,2850 ----
    struct font_name *fonts;
    Lisp_Object result;
    struct gcpro gcpro1;
!   int count = SPECPDL_INDEX ();
    int limit;
  
    /* Let's consider all fonts.  Increase the limit for matching



reply via email to

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