[Top][All Lists]
[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: |
Wed, 10 Jul 2002 04:44:22 -0400 |
Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.5 emacs/src/macfns.c:1.6
*** emacs/src/macfns.c:1.5 Tue Jul 9 05:46:03 2002
--- emacs/src/macfns.c Wed Jul 10 04:44:21 2002
***************
*** 3825,3831 ****
int minibuffer_only = 0;
long window_prompting = 0;
int width, height;
! int count = BINDING_STACK_SIZE ();
struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
Lisp_Object display;
struct mac_display_info *dpyinfo = NULL;
--- 3825,3831 ----
int minibuffer_only = 0;
long window_prompting = 0;
int width, height;
! int count = SPECPDL_INDEX ();
struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
Lisp_Object display;
struct mac_display_info *dpyinfo = NULL;
***************
*** 9750,9756 ****
GCPRO2 (frame, timer);
tip_frame = tip_timer = deleted = Qnil;
! count = BINDING_STACK_SIZE ();
specbind (Qinhibit_redisplay, Qt);
specbind (Qinhibit_quit, Qt);
--- 9750,9756 ----
GCPRO2 (frame, timer);
tip_frame = tip_timer = deleted = Qnil;
! count = SPECPDL_INDEX ();
specbind (Qinhibit_redisplay, Qt);
specbind (Qinhibit_quit, Qt);