emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.6 emacs/src/macfns.c:1.7
*** emacs/src/macfns.c:1.6      Wed Jul 10 04:44:21 2002
--- emacs/src/macfns.c  Thu Jul 11 10:13:09 2002
***************
*** 9304,9310 ****
    Lisp_Object name;
    long window_prompting = 0;
    int width, height;
!   int count = specpdl_ptr - specpdl;
    struct gcpro gcpro1, gcpro2, gcpro3;
    struct kboard *kb;
  
--- 9304,9310 ----
    Lisp_Object name;
    long window_prompting = 0;
    int width, height;
!   int count = SPECPDL_INDEX ();
    struct gcpro gcpro1, gcpro2, gcpro3;
    struct kboard *kb;
  
***************
*** 9562,9568 ****
    unsigned pmask;
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
    int old_windows_or_buffers_changed = windows_or_buffers_changed;
!   int count = specpdl_ptr - specpdl;
    
    specbind (Qinhibit_redisplay, Qt);
  
--- 9562,9568 ----
    unsigned pmask;
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
    int old_windows_or_buffers_changed = windows_or_buffers_changed;
!   int count = SPECPDL_INDEX ();
    
    specbind (Qinhibit_redisplay, Qt);
  
***************
*** 9787,9793 ****
  {
    struct frame *f = SELECTED_FRAME ();
    Lisp_Object file = Qnil;
!   int count = specpdl_ptr - specpdl;
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
    char filename[MAX_PATH + 1];
    char init_dir[MAX_PATH + 1];
--- 9787,9793 ----
  {
    struct frame *f = SELECTED_FRAME ();
    Lisp_Object file = Qnil;
!   int count = SPECPDL_INDEX ();
    struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
    char filename[MAX_PATH + 1];
    char init_dir[MAX_PATH + 1];



reply via email to

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