int current_column_bol_cache;
-extern Lisp_Object Qfontification_functions;
-
/* Get the display table to use for the current buffer. */
struct Lisp_Char_Table *
struct window *w;
Lisp_Object old_buffer;
struct gcpro gcpro1;
- int count = SPECPDL_INDEX ();
CHECK_NUMBER (lines);
if (! NILP (window))
XSETBUFFER (w->buffer, current_buffer);
}
- /* Don't fontify text that we just move across. */
- specbind (Qfontification_functions, Qnil);
-
if (noninteractive)
{
struct position pos;
if (BUFFERP (old_buffer))
w->buffer = old_buffer;
- unbind_to (count, Qnil);
RETURN_UNGCPRO (make_number (it.vpos));
}