aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index dc0d597e500..2df0b7082d0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12008-05-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (lisp2): Add minibuffer.elc.
4
12008-05-29 Tom Tromey <tromey@redhat.com> 52008-05-29 Tom Tromey <tromey@redhat.com>
2 6
3 * etags.c (relative_filename): Treat "///" like "/" in filenames. 7 * etags.c (relative_filename): Treat "///" like "/" in filenames.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index d33285d342a..848f37eda8a 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -264,6 +264,7 @@ lisp2 = \
264 $(lispsource)register.elc \ 264 $(lispsource)register.elc \
265 $(lispsource)replace.elc \ 265 $(lispsource)replace.elc \
266 $(lispsource)simple.elc \ 266 $(lispsource)simple.elc \
267 $(lispsource)minibuffer.elc \
267 $(lispsource)startup.elc \ 268 $(lispsource)startup.elc \
268 $(lispsource)subr.elc \ 269 $(lispsource)subr.elc \
269 $(lispsource)term/tty-colors.elc \ 270 $(lispsource)term/tty-colors.elc \