safe_eval (sexpr)
Lisp_Object sexpr;
{
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
struct gcpro gcpro1;
Lisp_Object val;
int nargs;
Lisp_Object *args;
{
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
Lisp_Object val;
struct gcpro gcpro1;
prop = Fget_char_property (pos, Qfontified, Qnil),
NILP (prop)))
{
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
Lisp_Object val;
val = Vfontification_functions;
/* Evaluate IT->font_height with `height' bound to the
current specified height to get the new height. */
Lisp_Object value;
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
specbind (Qheight, face->lface[LFACE_HEIGHT_INDEX]);
value = safe_eval (it->font_height);
{
Lisp_Object buffer;
int this_one, the_other, clear_buffer_p, rc;
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
/* If buffers aren't life, make new ones. */
ensure_echo_area_buffers ();
if (all_windows)
{
Lisp_Object tail, frame;
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
!= !NILP (w->region_showing)))
{
struct buffer *prev = current_buffer;
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
set_buffer_internal_1 (XBUFFER (w->buffer));
if (save_match_data)
!= !NILP (w->region_showing)))
{
struct buffer *prev = current_buffer;
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
/* Set current_buffer to the buffer of the selected
window of the frame, so that we get the right local
/* Record a function that resets redisplaying_p to its old value
when we leave this function. */
- count = specpdl_ptr - specpdl;
+ count = BINDING_STACK_SIZE ();
record_unwind_protect (unwind_redisplay, make_number (redisplaying_p));
++redisplaying_p;
/* Record it now because it's overwritten. */
int current_matrix_up_to_date_p = 0;
int temp_scroll_step = 0;
- int count = specpdl_ptr - specpdl;
+ int count = BINDING_STACK_SIZE ();
int rc;
SET_TEXT_POS (lpoint, PT, PT_BYTE);