emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Thu, 11 Jul 2002 10:10:17 -0400

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.308 emacs/src/dispnew.c:1.309
*** emacs/src/dispnew.c:1.308   Fri Apr 26 19:39:05 2002
--- emacs/src/dispnew.c Thu Jul 11 10:10:17 2002
***************
*** 5928,5934 ****
       int newheight, newwidth, pretend, delay, safe;
  {
    int new_frame_window_width;
!   int count = specpdl_ptr - specpdl;
  
    /* If we can't deal with the change now, queue it for later.  */
    if (delay || (redisplaying_p && !safe))
--- 5928,5934 ----
       int newheight, newwidth, pretend, delay, safe;
  {
    int new_frame_window_width;
!   int count = SPECPDL_INDEX ();
  
    /* If we can't deal with the change now, queue it for later.  */
    if (delay || (redisplaying_p && !safe))



reply via email to

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