X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer.h;h=590219edd2e1acb5ba018aa043279455f3bfe5e3;hb=b50fd71ea3c920afc5ba60af567d73940993be3f;hp=8cf5993f7f18aebca97ce187711653281d54233e;hpb=87535ceaf7fcb2d0684688e0c204e1229b5cbcbe;p=chise%2Fxemacs-chise.git- diff --git a/src/buffer.h b/src/buffer.h index 8cf5993..590219e 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -137,6 +137,9 @@ struct buffer int face_change; /* This is set when a change in how the text should be displayed (e.g., font, color) is made. */ + /* Whether buffer specific face is specified. */ + int buffer_local_face_property; + /* change data indicating what portion of the text has changed since the last time this was reset. Used by redisplay. Logically we should keep this with the text structure, but