Mercurial > hg > xemacs-beta
diff src/buffer.h @ 448:3078fd1074e8 r21-2-39
Import from CVS: tag r21-2-39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:38:25 +0200 |
parents | 1ccc32a20af4 |
children | 190b164ddcac |
line wrap: on
line diff
--- a/src/buffer.h Mon Aug 13 11:37:23 2007 +0200 +++ b/src/buffer.h Mon Aug 13 11:38:25 2007 +0200 @@ -137,6 +137,9 @@ 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