# HG changeset patch # User Stefan Monnier # Date 1252643258 0 # Node ID bd45a173a25f16601a14f3387fd6964c1ea335b6 # Parent 05d4f1d2bf6c796293a6db155341dc17ce504efb (autoloads): Make rmail.el writable as well. diff -r 05d4f1d2bf6c -r bd45a173a25f lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 11 03:41:26 2009 +0000 +++ b/lisp/ChangeLog Fri Sep 11 04:27:38 2009 +0000 @@ -1,3 +1,7 @@ +2009-09-11 Stefan Monnier + + * Makefile.in (autoloads): Make rmail.el writable as well. + 2009-09-11 Glenn Morris * apropos.el (apropos-documentation-check-doc-file): Exclude unbound diff -r 05d4f1d2bf6c -r bd45a173a25f lisp/Makefile.in --- a/lisp/Makefile.in Fri Sep 11 03:41:26 2009 +0000 +++ b/lisp/Makefile.in Fri Sep 11 04:27:38 2009 +0000 @@ -133,7 +133,7 @@ # are identified by being the value of `generated-autoload-file'. autoloads: $(LOADDEFS) doit chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ - $(lisp)/emacs-lisp/cl-loaddefs.el + $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el wd=$(lisp); $(setwins_almost); \ echo Directories: $$wins; \ $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins