comparison 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
comparison
equal deleted inserted replaced
447:4fc5f13f3bd3 448:3078fd1074e8
134 Bytind zv; /* Index of end of accessible range. */ 134 Bytind zv; /* Index of end of accessible range. */
135 Bufpos bufzv; /* Equivalent as a Bufpos. */ 135 Bufpos bufzv; /* Equivalent as a Bufpos. */
136 136
137 int face_change; /* This is set when a change in how the text should 137 int face_change; /* This is set when a change in how the text should
138 be displayed (e.g., font, color) is made. */ 138 be displayed (e.g., font, color) is made. */
139
140 /* Whether buffer specific face is specified. */
141 int buffer_local_face_property;
139 142
140 /* change data indicating what portion of the text has changed 143 /* change data indicating what portion of the text has changed
141 since the last time this was reset. Used by redisplay. 144 since the last time this was reset. Used by redisplay.
142 Logically we should keep this with the text structure, but 145 Logically we should keep this with the text structure, but
143 redisplay resets it for each buffer individually and we don't 146 redisplay resets it for each buffer individually and we don't