Mercurial > emacs
diff src/ChangeLog @ 91727:b2df1fe6ce6d
(struct Lisp_Misc_Any, struct Lisp_Marker)
(struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
(struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
rather than `int' for the type of `type'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Feb 2008 20:09:38 +0000 |
parents | bb158f0053d9 |
children | c33ec1f680a9 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Feb 10 20:06:03 2008 +0000 +++ b/src/ChangeLog Sun Feb 10 20:09:38 2008 +0000 @@ -1,3 +1,10 @@ +2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca> + + * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker) + (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd) + (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type + rather than `int' for the type of `type'. + 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu> * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.