1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Move Rmail autoloads to the common loaddefs.el

* lisp/mail/rmailsum.el:
* lisp/mail/rmailsort.el:
* lisp/mail/rmailmsc.el:
* lisp/mail/rmailmm.el:
* lisp/mail/rmailkwd.el:
* lisp/mail/rmailedit.el:
* lisp/mail/rmail.el: Remove generated-autoload-file setting and
don't require rmail-loaddefs.el
This commit is contained in:
Eli Zaretskii 2021-12-19 18:50:48 +02:00
parent f6959d05f4
commit 0bc2900bbc
7 changed files with 0 additions and 26 deletions

View file

@ -54,8 +54,4 @@ This applies only to the current session."
(setq rmail-inbox-list inbox-list)))
(rmail-show-message-1 rmail-current-message))
;; Local Variables:
;; generated-autoload-file: "rmail-loaddefs.el"
;; End:
;;; rmailmsc.el ends here