diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/Makefile.in | 10 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-01-13 Masatake YAMATO <jet@gyve.org> | 6 | 2006-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: \ | |||
| 223 | MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ | 223 | MH_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 | ||
| 233 | mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el | 233 | mh-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) |