Mercurial > hg > xemacs-beta
diff src/buffer.h @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | ac0620f6398e |
children | 85ec50267440 |
line wrap: on
line diff
--- a/src/buffer.h Mon Aug 13 09:12:43 2007 +0200 +++ b/src/buffer.h Mon Aug 13 09:13:56 2007 +0200 @@ -81,6 +81,7 @@ Bytind z; /* Index of end of buffer. */ Bufpos bufz; /* Equivalent as a Bufpos. */ int gap_size; /* Size of buffer's gap */ + int end_gap_size; /* Size of buffer's end gap */ int modiff; /* This counts buffer-modification events for this buffer. It is incremented for each such event, and never otherwise