comparison src/font-lock.c @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 223736d75acb
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
366 stderr_out ("past end\n"); 366 stderr_out ("past end\n");
367 if (pt <= maxpt) 367 if (pt <= maxpt)
368 /* OK, fine. */ 368 /* OK, fine. */
369 return; 369 return;
370 #if 0 370 #if 0
371 /* This appears to cause huge slowdowns in files like 371 /* This appears to cause huge slowdowns in files which have no
372 emacsfns.h, which have no top-level forms. 372 top-level forms.
373 373
374 In any case, it's not really necessary that we know for 374 In any case, it's not really necessary that we know for
375 sure the top-level form we're in; if we're in a form 375 sure the top-level form we're in; if we're in a form
376 but the form we have recorded is the previous one, 376 but the form we have recorded is the previous one,
377 it will be OK. */ 377 it will be OK. */