diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 866e76ad24f..33eac5b9b67 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-01-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp1): Add macroexp.elc (bug#13320). | ||
| 4 | |||
| 1 | 2012-12-11 Juanma Barranquero <lekktu@gmail.com> | 5 | 2012-12-11 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (SYSWAIT_H): Update dependencies. | 7 | * makefile.w32-in (SYSWAIT_H): Update dependencies. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 24be44e22f2..51367f6a24b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -216,7 +216,8 @@ lisp1= \ | |||
| 216 | $(lispsource)international/mule-cmds.elc \ | 216 | $(lispsource)international/mule-cmds.elc \ |
| 217 | $(lispsource)international/characters.elc \ | 217 | $(lispsource)international/characters.elc \ |
| 218 | $(lispsource)international/charprop.el \ | 218 | $(lispsource)international/charprop.el \ |
| 219 | $(lispsource)case-table.elc | 219 | $(lispsource)case-table.elc \ |
| 220 | $(lispsource)emacs-lisp/macroexp.elc | ||
| 220 | 221 | ||
| 221 | lisp2 = \ | 222 | lisp2 = \ |
| 222 | $(lispsource)language/chinese.elc \ | 223 | $(lispsource)language/chinese.elc \ |