Mercurial > emacs
diff src/macfns.c @ 46285:3f111801efb4
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 10 Jul 2002 08:45:24 +0000 |
| parents | 2406cf2da1d4 |
| children | 1fb8f75062c6 |
line wrap: on
line diff
--- a/src/macfns.c Wed Jul 10 08:41:28 2002 +0000 +++ b/src/macfns.c Wed Jul 10 08:45:24 2002 +0000 @@ -3825,7 +3825,7 @@ int minibuffer_only = 0; long window_prompting = 0; int width, height; - int count = BINDING_STACK_SIZE (); + int count = SPECPDL_INDEX (); struct gcpro gcpro1, gcpro2, gcpro3, gcpro4; Lisp_Object display; struct mac_display_info *dpyinfo = NULL; @@ -9750,7 +9750,7 @@ GCPRO2 (frame, timer); tip_frame = tip_timer = deleted = Qnil; - count = BINDING_STACK_SIZE (); + count = SPECPDL_INDEX (); specbind (Qinhibit_redisplay, Qt); specbind (Qinhibit_quit, Qt);
