]> git.eshelyaron.com Git - emacs.git/commitdiff
(autoloads): Make rmail.el writable as well.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 Sep 2009 04:27:38 +0000 (04:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 11 Sep 2009 04:27:38 +0000 (04:27 +0000)
lisp/ChangeLog
lisp/Makefile.in

index f9c5b00027151265df5f956ca289927111ec2ae6..edf617df1a921f71e392262b6251d11476b99997 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (autoloads): Make rmail.el writable as well.
+
 2009-09-11  Glenn Morris  <rgm@gnu.org>
 
        * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
index b167c7f8d8bc35fab1ad947410ddfbb78a551ab6..da2c9d37c859feef62e3f160e89dd8d70e24c99f 100644 (file)
@@ -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