changeset 104935:bd45a173a25f

(autoloads): Make rmail.el writable as well.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Sep 2009 04:27:38 +0000
parents 05d4f1d2bf6c
children 4556ab401b02
files lisp/ChangeLog lisp/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@iro.umontreal.ca>
+
+	* Makefile.in (autoloads): Make rmail.el writable as well.
+
 2009-09-11  Glenn Morris  <rgm@gnu.org>
 
 	* apropos.el (apropos-documentation-check-doc-file): Exclude unbound
--- 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