From f8278a923fd789b8dd0d33584e840e03e4f21c2a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 31 Jul 2022 11:25:41 +0200 Subject: [PATCH] Fix sendmail.el byte-compile warning in loaddefs.el * lisp/mail/sendmail.el (mail-send-and-exit): Autoload since it's referred to by autoloaded code in loaddefs.el. --- lisp/mail/sendmail.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 8cb079f7fbe..76ef65b3437 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -820,6 +820,7 @@ If within the headers, this makes the new lines into continuation lines." ;; User-level commands for sending. +;;;###autoload (defun mail-send-and-exit (&optional arg) "Send message like `mail-send', then, if no errors, exit from mail buffer. Prefix arg means don't delete this window." -- 2.39.2