From: Stefan Monnier Date: Fri, 11 Sep 2009 04:27:38 +0000 (+0000) Subject: (autoloads): Make rmail.el writable as well. X-Git-Tag: emacs-pretest-23.1.90~1398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6fe8102944938c1cac297243fa2f04dd274f673;p=emacs.git (autoloads): Make rmail.el writable as well. --- 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