aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/Makefile.in10
2 files changed, 10 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 307e8890581..8bef8cadaa7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-01-12 Bill Wohler <wohler@newt.com>
2
3 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4 mh-search.el.
5
12006-01-13 Masatake YAMATO <jet@gyve.org> 62006-01-13 Masatake YAMATO <jet@gyve.org>
2 7
3 * progmodes/ld-script.el: Update copyright year. 8 * progmodes/ld-script.el: Update copyright year.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index f45ae590099..2925f168d11 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -223,12 +223,12 @@ $(lisp)/progmodes/cc-mode.elc: \
223MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ 223MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \
224 $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-comp.el \ 224 $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-comp.el \
225 $(lisp)/mh-e/mh-customize.el $(lisp)/mh-e/mh-e.el \ 225 $(lisp)/mh-e/mh-customize.el $(lisp)/mh-e/mh-e.el \
226 $(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-mime.el \ 226 $(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-identity.el \
227 $(lisp)/mh-e/mh-pick.el $(lisp)/mh-e/mh-print.el \
228 $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-init.el \ 227 $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-init.el \
229 $(lisp)/mh-e/mh-index.el $(lisp)/mh-e/mh-identity.el \ 228 $(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-mime.el \
230 $(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-seq.el \ 229 $(lisp)/mh-e/mh-print.el $(lisp)/mh-e/mh-search.el \
231 $(lisp)/mh-e/mh-speed.el $(lisp)/mh-e/mh-utils.el 230 $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-speed.el \
231 $(lisp)/mh-e/mh-utils.el
232 232
233mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el 233mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
234$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) 234$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)