1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(mh-loaddefs.el): Reinsert Change Log as its absence triggers

lm-verify errors.
This commit is contained in:
Bill Wohler 2005-12-02 03:20:34 +00:00
parent 94261ba30b
commit 3166ee6507
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-12-01 Bill Wohler <wohler@newt.com>
* Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
triggers lm-verify errors.
2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
* simple.el (transient-mark-mode, line-number-mode)

View File

@ -235,6 +235,7 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH-E-SRC)
echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@
echo ";; Keywords: mail" >> $@
echo ";;; Commentary:" >> $@
echo ";;; Change Log:" >> $@
echo ";;; Code:" >> $@
$(EMACS) $(EMACSOPT) \
-l autoload \