From a19e68ea91ef73423327fc8a1cbb32658b28d424 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 1 Jan 2013 09:58:46 +0100 Subject: [PATCH] lib-src/makefile.w32-in (lisp1): Add macroexp.elc (bug#13320). --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ +2013-01-01 Juanma Barranquero + + * makefile.w32-in (lisp1): Add macroexp.elc (bug#13320). + 2012-12-11 Juanma Barranquero * 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= \ $(lispsource)international/mule-cmds.elc \ $(lispsource)international/characters.elc \ $(lispsource)international/charprop.el \ - $(lispsource)case-table.elc + $(lispsource)case-table.elc \ + $(lispsource)emacs-lisp/macroexp.elc lisp2 = \ $(lispsource)language/chinese.elc \ -- 2.39.5