diff options
| author | Juanma Barranquero | 2013-01-01 09:58:46 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2013-01-01 09:58:46 +0100 |
| commit | a19e68ea91ef73423327fc8a1cbb32658b28d424 (patch) | |
| tree | bf8f68cabf01fa9b94abfb3724a41ae40ae6cbd8 /lib-src | |
| parent | a7f11948344e03745cfc3b52a9089b770966798e (diff) | |
| download | emacs-a19e68ea91ef73423327fc8a1cbb32658b28d424.tar.gz emacs-a19e68ea91ef73423327fc8a1cbb32658b28d424.zip | |
lib-src/makefile.w32-in (lisp1): Add macroexp.elc (bug#13320).
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 \ |