Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 91040:14c4a6aac623 | 91041:bdb3fe0ba9fa |
|---|---|
| 462 /* Everything before the `name' slot must be of a non-Lisp_Object type, | 462 /* Everything before the `name' slot must be of a non-Lisp_Object type, |
| 463 and every slot after `name' must be a Lisp_Object. | 463 and every slot after `name' must be a Lisp_Object. |
| 464 | 464 |
| 465 Check out mark_buffer (alloc.c) to see why. */ | 465 Check out mark_buffer (alloc.c) to see why. */ |
| 466 | 466 |
| 467 EMACS_INT size; | 467 EMACS_UINT size; |
| 468 | 468 |
| 469 /* Next buffer, in chain of all buffers including killed buffers. | 469 /* Next buffer, in chain of all buffers including killed buffers. |
| 470 This chain is used only for garbage collection, in order to | 470 This chain is used only for garbage collection, in order to |
| 471 collect killed buffers properly. | 471 collect killed buffers properly. |
| 472 Note that vectors and most pseudovectors are all on one chain, | 472 Note that vectors and most pseudovectors are all on one chain, |
