1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(MH_E_SRC): Replace mh-index.el and mh-pick.el with mh-search.el.

This commit is contained in:
Bill Wohler 2006-01-13 07:12:06 +00:00
parent 4414069939
commit d5ffcd9696
2 changed files with 10 additions and 5 deletions

View 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.

View 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)