diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2015-12-16 22:35:47 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2015-12-17 20:42:15 +0000 |
commit | ef69697161a6be69dde281c119d5024f1a9546e0 (patch) | |
tree | bfc6f0801adf8691cbc998772dea57e7057067ff /lisp/mail/rmailsum.el | |
parent | 88492253bf996a5d3323dd8641695316cbbe345e (diff) | |
download | emacs-ef69697161a6be69dde281c119d5024f1a9546e0.tar.gz |
rmail generate autoloads to non-versioned file.
* lisp/Makefile.in: Add rmail-loaddefs.el to autogenel.
* lisp/mail/rmail.el: Remove autoloads, add require.
* lisp/mail/rmailedit.el,lisp/mail/rmailkwd.el,
lisp/mail/rmailmm.el,lisp/mail/rmailmsc.el,
lisp/mail/rmailsort.el,lisp/mail/rmailsum.el,
lisp/mail/undigest.el: Update file-local.
* test/lisp/mail/rmail-tests.el:
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index eeb42e81c6d..0717bb8d784 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -1870,7 +1870,7 @@ the summary is only showing a subset of messages." (provide 'rmailsum) ;; Local Variables: -;; generated-autoload-file: "rmail.el" +;; generated-autoload-file: "rmail-loaddefs.el" ;; End: ;;; rmailsum.el ends here |