Mercurial > emacs
comparison src/ChangeLog @ 86288:145903731829
* term.c: Include stdarg.h.
(fatal): Implement using varargs.
* lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 22 Nov 2007 01:01:26 +0000 |
parents | 59344cb482f3 |
children | bfdcbe7d6197 |
comparison
equal
deleted
inserted
replaced
86287:993535aeee5f | 86288:145903731829 |
---|---|
1 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * term.c: Include stdarg.h. | |
4 (fatal): Implement using varargs. | |
5 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change). | |
6 | |
1 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 8 |
3 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field. | 9 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field. |
4 * data.c (store_symval_forwarding): Get type from buffer_objfwd. | 10 * data.c (store_symval_forwarding): Get type from buffer_objfwd. |
5 Update call to buffer_slot_type_mismatch. | 11 Update call to buffer_slot_type_mismatch. |