aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in4
2 files changed, 7 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 606147f03aa..079941811c0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12010-06-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
4 and vc/ediff-hook.elc.
5
12010-06-06 Dan Nicolaescu <dann@ics.uci.edu> 62010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * ntlib.h: Remove code dealing with BSTRING. 8 * ntlib.h: Remove code dealing with BSTRING.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index bed28752f7b..cad3b838208 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -279,8 +279,8 @@ lisp2 = \
279 $(lispsource)textmodes/text-mode.elc \ 279 $(lispsource)textmodes/text-mode.elc \
280 $(lispsource)emacs-lisp/timer.elc \ 280 $(lispsource)emacs-lisp/timer.elc \
281 $(lispsource)jka-cmpr-hook.elc \ 281 $(lispsource)jka-cmpr-hook.elc \
282 $(lispsource)vc-hooks.elc \ 282 $(lispsource)vc/vc-hooks.elc \
283 $(lispsource)ediff-hook.elc \ 283 $(lispsource)vc/ediff-hook.elc \
284 $(lispsource)epa-hook.elc \ 284 $(lispsource)epa-hook.elc \
285 $(TOOLTIP_SUPPORT) \ 285 $(TOOLTIP_SUPPORT) \
286 $(WINNT_SUPPORT) \ 286 $(WINNT_SUPPORT) \