From: Stefan Kangas Date: Mon, 11 Jul 2022 12:03:25 +0000 (+0200) Subject: Don't create unused file rmail-loaddefs.el X-Git-Tag: emacs-29.0.90~1447^2~1014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9732425a6b339d83332f265da32fc3802357701;p=emacs.git Don't create unused file rmail-loaddefs.el * lisp/mail/undigest.el: Remove 'generated-autoload-file' local variable. (Bug#56491) --- diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index c6d29bc4e77..cdb1bec4788 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -378,8 +378,4 @@ forwarded with `rmail-enable-mime-composing' set to nil." (provide 'undigest) -;; Local Variables: -;; generated-autoload-file: "rmail-loaddefs.el" -;; End: - ;;; undigest.el ends here