X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ffont-lock.c;h=53ea4164a764cf3eaf7d5373e9172bf724caa591;hb=3aca7317dd930beecbddba646284279744087e69;hp=0debfda9a14e371ab81e58ae99db28c6a7bef6ab;hpb=ea1ea793fe6e244ef5555ed983423a204101af13;p=chise%2Fxemacs-chise.git- diff --git a/src/font-lock.c b/src/font-lock.c index 0debfda..53ea416 100644 --- a/src/font-lock.c +++ b/src/font-lock.c @@ -414,8 +414,7 @@ static void find_context (struct buffer *buf, Bufpos pt) { /* This function can GC */ - struct Lisp_Char_Table *mirrortab = - XCHAR_TABLE (buf->mirror_syntax_table); + Lisp_Char_Table *mirrortab = XCHAR_TABLE (buf->mirror_syntax_table); Lisp_Object syntaxtab = buf->syntax_table; Emchar prev_c, c; Bufpos target = pt;