Mercurial > emacs
changeset 92711:ecb1c0e60608
(bootstrap-prepare): Don't chmod cal-loaddefs.el.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 10 Mar 2008 21:15:28 +0000 |
parents | 123ee50ab055 |
children | fb1da73bc0c4 |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 10 21:11:32 2008 +0000 +++ b/lisp/ChangeLog Mon Mar 10 21:15:28 2008 +0000 @@ -1,5 +1,7 @@ 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca> + * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el. + * emacs-lisp/autoload.el (autoload-find-destination): Don't force raw-text. * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
--- a/lisp/Makefile.in Mon Mar 10 21:11:32 2008 +0000 +++ b/lisp/Makefile.in Mon Mar 10 21:15:28 2008 +0000 @@ -297,8 +297,7 @@ fi chmod +w $(lisp)/loaddefs.el \ $(lisp)/ps-print.el \ - $(lisp)/emacs-lisp/cl-loaddefs.el \ - $(lisp)/calendar/cal-loaddefs.el + $(lisp)/emacs-lisp/cl-loaddefs.el maintainer-clean: distclean bootstrap-clean cd $(lisp); rm -f $(AUTOGENEL)