From 8d8a5a98446c0edd74a006ff8703a4ff100e9a37 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Sun, 12 Nov 2023 21:09:24 +0100 Subject: [PATCH] mu4e-compose-mail: fix the number of parameters of the closure --- 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 7b355df2..e0b076cf 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -855,7 +855,7 @@ they do not conflict with mu4e inner workings." ;; this case, but let's prepare for the re-edit case as well (mu4e--compose-setup 'new - (lambda (_parent _orig) + (lambda (_parent) (message-mail to subject other-headers continue nil yank-action send-actions return-action)) switch-function))