mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(MH_E_SRC): Replace mh-index.el and mh-pick.el with mh-search.el.
This commit is contained in:
parent
4414069939
commit
d5ffcd9696
2 changed files with 10 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue