From c3d962545d28168ae914113fffc9536d9145e0d1 Mon Sep 17 00:00:00 2001 From: Mickey Petersen Date: Wed, 14 Dec 2022 20:00:42 +0000 Subject: [PATCH] Re-add missing argument as `define-mail-user-agent' expects it --- mu4e/mu4e-compose.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index fb1b0c08..aed5531f 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -796,7 +796,7 @@ draft message." ;;;###autoload (defun mu4e~compose-mail (&optional to subject other-headers _continue - yank-action _send-actions _return-action) + _ yank-action _send-actions _return-action) "This is mu4e's implementation of `compose-mail'. Quoting its docstring: