From: Bill Wohler Date: Fri, 13 Jan 2006 07:12:06 +0000 (+0000) Subject: (MH_E_SRC): Replace mh-index.el and mh-pick.el with mh-search.el. X-Git-Tag: emacs-pretest-22.0.90~4772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5ffcd96964e5715cfd220982c17a98d9cebbd7e;p=emacs.git (MH_E_SRC): Replace mh-index.el and mh-pick.el with mh-search.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 307e8890581..8bef8cadaa7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-01-12 Bill Wohler + + * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with + mh-search.el. + 2006-01-13 Masatake YAMATO * 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: \ 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)