aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f9c5b00027..edf617df1a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-11 Stefan Monnier <[email protected]>
+
+ * Makefile.in (autoloads): Make rmail.el writable as well.
+
2009-09-11 Glenn Morris <[email protected]>
* apropos.el (apropos-documentation-check-doc-file): Exclude unbound
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index b167c7f8d8..da2c9d37c8 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -133,7 +133,7 @@ finder-data: doit
# 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