From b6fe8102944938c1cac297243fa2f04dd274f673 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 11 Sep 2009 04:27:38 +0000 Subject: [PATCH] (autoloads): Make rmail.el writable as well. --- lisp/ChangeLog | 4 ++++ lisp/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9c5b000271..edf617df1a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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 # 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 -- 2.39.2