Mercurial > emacs
diff lisp/ChangeLog @ 96108:68a3c2c3dbe5
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Don't copy ldefs-boot.el over loaddefs.el.
(bootstrap-clean): Remove loaddefs.el and don't depend on it.
(loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
to loaddefs.el; they are not needed now. Add coding cookie.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 20 Jun 2008 15:18:30 +0000 |
parents | 596ac435a025 |
children | 6d96d49c7ae7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 20 15:17:16 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 20 15:18:30 2008 +0000 @@ -1,3 +1,11 @@ +2008-06-20 Juanma Barranquero <lekktu@gmail.com> + + * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): + Don't copy ldefs-boot.el over loaddefs.el. + (bootstrap-clean): Remove loaddefs.el and don't depend on it. + (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars + to loaddefs.el; they are not needed now. Add coding cookie. + 2008-06-20 Miles Bader <miles@gnu.org> * face-remap.el (face-remap-add-relative, face-remap-set-base):