Mercurial > emacs
diff src/buffer.h @ 91041:bdb3fe0ba9fa
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Thu, 11 Oct 2007 16:22:07 +0000 |
| parents | 424b655804ca 96eb42c9e0e3 |
| children | 53108e6cea98 |
line wrap: on
line diff
--- a/src/buffer.h Thu Oct 11 16:14:00 2007 +0000 +++ b/src/buffer.h Thu Oct 11 16:22:07 2007 +0000 @@ -464,7 +464,7 @@ Check out mark_buffer (alloc.c) to see why. */ - EMACS_INT size; + EMACS_UINT size; /* Next buffer, in chain of all buffers including killed buffers. This chain is used only for garbage collection, in order to
