aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 879d8b37655..043c8fbc261 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-06-23 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (ELCFILES): Fix typo in previous change.
4
12009-06-23 Miles Bader <miles@gnu.org> 52009-06-23 Miles Bader <miles@gnu.org>
2 6
3 * cus-start.el: Add entry for `recenter-redisplay'. 7 * cus-start.el: Add entry for `recenter-redisplay'.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ab4da05bb9d..0012461b356 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -860,7 +860,7 @@ ELCFILES = \
860 $(lisp)/net/tramp-compat.elc \ 860 $(lisp)/net/tramp-compat.elc \
861 $(lisp)/net/tramp-fish.elc \ 861 $(lisp)/net/tramp-fish.elc \
862 $(lisp)/net/tramp-ftp.elc \ 862 $(lisp)/net/tramp-ftp.elc \
863 $(lisp)/net/tramp-gvfs.el \ 863 $(lisp)/net/tramp-gvfs.elc \
864 $(lisp)/net/tramp-gw.elc \ 864 $(lisp)/net/tramp-gw.elc \
865 $(lisp)/net/tramp-smb.elc \ 865 $(lisp)/net/tramp-smb.elc \
866 $(lisp)/net/tramp-uu.elc \ 866 $(lisp)/net/tramp-uu.elc \