mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -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:
parent
f6959d05f4
commit
0bc2900bbc
7 changed files with 0 additions and 26 deletions
|
|
@ -41,8 +41,6 @@
|
|||
(require 'rfc2047)
|
||||
(require 'auth-source)
|
||||
|
||||
(require 'rmail-loaddefs)
|
||||
|
||||
(declare-function compilation--message->loc "compile" (cl-x) t)
|
||||
(declare-function epa--find-coding-system-for-mime-charset "epa" (mime-charset))
|
||||
|
||||
|
|
|
|||
|
|
@ -484,8 +484,4 @@ HEADER-DIFF should be a return value from `rmail-edit-diff-headers'."
|
|||
|
||||
(provide 'rmailedit)
|
||||
|
||||
;; Local Variables:
|
||||
;; generated-autoload-file: "rmail-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
;;; rmailedit.el ends here
|
||||
|
|
|
|||
|
|
@ -188,8 +188,4 @@ With prefix argument N moves forward N messages with these labels."
|
|||
|
||||
(provide 'rmailkwd)
|
||||
|
||||
;; Local Variables:
|
||||
;; generated-autoload-file: "rmail-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
;;; rmailkwd.el ends here
|
||||
|
|
|
|||
|
|
@ -1569,8 +1569,4 @@ This is the usual value of `rmail-insert-mime-forwarded-message-function'."
|
|||
|
||||
(provide 'rmailmm)
|
||||
|
||||
;; Local Variables:
|
||||
;; generated-autoload-file: "rmail-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
;;; rmailmm.el ends here
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -250,8 +250,4 @@ Numeric keys are sorted numerically, all others as strings."
|
|||
|
||||
(provide 'rmailsort)
|
||||
|
||||
;; Local Variables:
|
||||
;; generated-autoload-file: "rmail-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
;;; rmailsort.el ends here
|
||||
|
|
|
|||
|
|
@ -1877,8 +1877,4 @@ the summary is only showing a subset of messages."
|
|||
|
||||
(provide 'rmailsum)
|
||||
|
||||
;; Local Variables:
|
||||
;; generated-autoload-file: "rmail-loaddefs.el"
|
||||
;; End:
|
||||
|
||||
;;; rmailsum.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue