aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2009-09-11 04:27:38 +0000
committerStefan Monnier2009-09-11 04:27:38 +0000
commitb6fe8102944938c1cac297243fa2f04dd274f673 (patch)
treee7c648efe8424023ac61574226b0a125402e4c25
parent5cc443fe03d5cdda29bb905731b0c2921cc3e89f (diff)
downloademacs-b6fe8102944938c1cac297243fa2f04dd274f673.tar.gz
emacs-b6fe8102944938c1cac297243fa2f04dd274f673.zip
(autoloads): Make rmail.el writable as well.
-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 f9c5b000271..edf617df1a9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (autoloads): Make rmail.el writable as well.
4
12009-09-11 Glenn Morris <rgm@gnu.org> 52009-09-11 Glenn Morris <rgm@gnu.org>
2 6
3 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound 7 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index b167c7f8d8b..da2c9d37c85 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -133,7 +133,7 @@ finder-data: doit
133# are identified by being the value of `generated-autoload-file'. 133# are identified by being the value of `generated-autoload-file'.
134autoloads: $(LOADDEFS) doit 134autoloads: $(LOADDEFS) doit
135 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ 135 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
136 $(lisp)/emacs-lisp/cl-loaddefs.el 136 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el
137 wd=$(lisp); $(setwins_almost); \ 137 wd=$(lisp); $(setwins_almost); \
138 echo Directories: $$wins; \ 138 echo Directories: $$wins; \
139 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins 139 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins