emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0bc2900: Move Rmail autoloads to the common loaddefs.el


From: Eli Zaretskii
Subject: master 0bc2900: Move Rmail autoloads to the common loaddefs.el
Date: Sun, 19 Dec 2021 11:51:51 -0500 (EST)

branch: master
commit 0bc2900bbcb6acfdd1d9eba205dd0ebc67d62b65
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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
---
 lisp/mail/rmail.el     | 2 --
 lisp/mail/rmailedit.el | 4 ----
 lisp/mail/rmailkwd.el  | 4 ----
 lisp/mail/rmailmm.el   | 4 ----
 lisp/mail/rmailmsc.el  | 4 ----
 lisp/mail/rmailsort.el | 4 ----
 lisp/mail/rmailsum.el  | 4 ----
 7 files changed, 26 deletions(-)

diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index afcb7f3..47fd28c 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -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))
 
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index fd24bdc..18859f2 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -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
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el
index d8fcc1c..7efbfde 100644
--- a/lisp/mail/rmailkwd.el
+++ b/lisp/mail/rmailkwd.el
@@ -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
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el
index 66a1e9a..563ce9d 100644
--- a/lisp/mail/rmailmm.el
+++ b/lisp/mail/rmailmm.el
@@ -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
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el
index 673b2c5..f5e89f8 100644
--- a/lisp/mail/rmailmsc.el
+++ b/lisp/mail/rmailmsc.el
@@ -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
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el
index 1669c8c..8c79011 100644
--- a/lisp/mail/rmailsort.el
+++ b/lisp/mail/rmailsort.el
@@ -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
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 8fc3fc0..ef172bc 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]