emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.423 emacs/src/window.c:1.424
*** emacs/src/window.c:1.423    Wed Jul 10 04:43:34 2002
--- emacs/src/window.c  Thu Jul 11 10:16:47 2002
***************
*** 2664,2670 ****
  {
    struct window *w = XWINDOW (window);
    struct buffer *b = XBUFFER (buffer);
!   int count = specpdl_ptr - specpdl;
  
    w->buffer = buffer;
  
--- 2664,2670 ----
  {
    struct window *w = XWINDOW (window);
    struct buffer *b = XBUFFER (buffer);
!   int count = SPECPDL_INDEX ();
  
    w->buffer = buffer;
  
***************
*** 3174,3180 ****
              tem = Fsymbol_value (Qtemp_buffer_show_hook);
              if (!NILP (tem))
                {
!                 int count = specpdl_ptr - specpdl;
                  Lisp_Object prev_window;
                  prev_window = selected_window;
  
--- 3174,3180 ----
              tem = Fsymbol_value (Qtemp_buffer_show_hook);
              if (!NILP (tem))
                {
!                 int count = SPECPDL_INDEX ();
                  Lisp_Object prev_window;
                  prev_window = selected_window;
  
***************
*** 5462,5468 ****
       Lisp_Object args;
  {
    register Lisp_Object val;
!   register int count = specpdl_ptr - specpdl;
  
    record_unwind_protect (Fset_window_configuration,
                         Fcurrent_window_configuration (Qnil));
--- 5462,5468 ----
       Lisp_Object args;
  {
    register Lisp_Object val;
!   register int count = SPECPDL_INDEX ();
  
    record_unwind_protect (Fset_window_configuration,
                         Fcurrent_window_configuration (Qnil));



reply via email to

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