diff options
| author | Stefan Monnier | 2009-09-11 04:27:38 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-11 04:27:38 +0000 |
| commit | b6fe8102944938c1cac297243fa2f04dd274f673 (patch) | |
| tree | e7c648efe8424023ac61574226b0a125402e4c25 | |
| parent | 5cc443fe03d5cdda29bb905731b0c2921cc3e89f (diff) | |
| download | emacs-b6fe8102944938c1cac297243fa2f04dd274f673.tar.gz emacs-b6fe8102944938c1cac297243fa2f04dd274f673.zip | |
(autoloads): Make rmail.el writable as well.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
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 @@ | |||
| 1 | 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * Makefile.in (autoloads): Make rmail.el writable as well. | ||
| 4 | |||
| 1 | 2009-09-11 Glenn Morris <rgm@gnu.org> | 5 | 2009-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'. |
| 134 | autoloads: $(LOADDEFS) doit | 134 | autoloads: $(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 |