Mercurial > emacs
changeset 68164:64ffb453d981
(MH_E_SRC): Replace mh-index.el and mh-pick.el with mh-search.el.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Fri, 13 Jan 2006 07:12:06 +0000 |
parents | 3b7532a82079 |
children | 2b8858692354 |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 13 06:40:14 2006 +0000 +++ b/lisp/ChangeLog Fri Jan 13 07:12:06 2006 +0000 @@ -1,3 +1,8 @@ +2006-01-12 Bill Wohler <wohler@newt.com> + + * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with + mh-search.el. + 2006-01-13 Masatake YAMATO <jet@gyve.org> * progmodes/ld-script.el: Update copyright year.
--- a/lisp/Makefile.in Fri Jan 13 06:40:14 2006 +0000 +++ b/lisp/Makefile.in Fri Jan 13 07:12:06 2006 +0000 @@ -223,12 +223,12 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-comp.el \ $(lisp)/mh-e/mh-customize.el $(lisp)/mh-e/mh-e.el \ - $(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-mime.el \ - $(lisp)/mh-e/mh-pick.el $(lisp)/mh-e/mh-print.el \ + $(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-identity.el \ $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-init.el \ - $(lisp)/mh-e/mh-index.el $(lisp)/mh-e/mh-identity.el \ - $(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-seq.el \ - $(lisp)/mh-e/mh-speed.el $(lisp)/mh-e/mh-utils.el + $(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-mime.el \ + $(lisp)/mh-e/mh-print.el $(lisp)/mh-e/mh-search.el \ + $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-speed.el \ + $(lisp)/mh-e/mh-utils.el mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)