]> git.eshelyaron.com Git - emacs.git/commitdiff
(MH_E_SRC): Replace mh-index.el and mh-pick.el with mh-search.el.
authorBill Wohler <wohler@newt.com>
Fri, 13 Jan 2006 07:12:06 +0000 (07:12 +0000)
committerBill Wohler <wohler@newt.com>
Fri, 13 Jan 2006 07:12:06 +0000 (07:12 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 307e8890581a5c584998149e05cd6f614fe66d78..8bef8cadaa776929f9a7c637120a856d690a43f9 100644 (file)
@@ -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.
index f45ae590099e6514e41b4ea1f282a2e2724d62c7..2925f168d119c94f2889fc5470ad5bb2336d33c8 100644 (file)
@@ -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)