diff options
| author | Stefan Monnier | 2008-02-10 20:09:38 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-10 20:09:38 +0000 |
| commit | eac1939a47dde9ccf13c4d49d42fb08f0edac16b (patch) | |
| tree | 815e5680e207cb0d655709ddadf59bddfe357f8b /src/ChangeLog | |
| parent | e28e32b05c2341a0e32bd3336ec27bc11c8a5611 (diff) | |
| download | emacs-eac1939a47dde9ccf13c4d49d42fb08f0edac16b.tar.gz emacs-eac1939a47dde9ccf13c4d49d42fb08f0edac16b.zip | |
(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'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 33649595834..67f281919a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker) | ||
| 4 | (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd) | ||
| 5 | (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type | ||
| 6 | rather than `int' for the type of `type'. | ||
| 7 | |||
| 1 | 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu> | 8 | 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 9 | ||
| 3 | * s/gnu-linux.h: Remove support for non-ELF and linux-1.x. | 10 | * s/gnu-linux.h: Remove support for non-ELF and linux-1.x. |