comparison src/font-lock.c @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
412 412
413 static void 413 static void
414 find_context (struct buffer *buf, Bufpos pt) 414 find_context (struct buffer *buf, Bufpos pt)
415 { 415 {
416 /* This function can GC */ 416 /* This function can GC */
417 struct Lisp_Char_Table *mirrortab = 417 Lisp_Char_Table *mirrortab = XCHAR_TABLE (buf->mirror_syntax_table);
418 XCHAR_TABLE (buf->mirror_syntax_table);
419 Lisp_Object syntaxtab = buf->syntax_table; 418 Lisp_Object syntaxtab = buf->syntax_table;
420 Emchar prev_c, c; 419 Emchar prev_c, c;
421 Bufpos target = pt; 420 Bufpos target = pt;
422 setup_context_cache (buf, pt); 421 setup_context_cache (buf, pt);
423 pt = context_cache.cur_point; 422 pt = context_cache.cur_point;