mu4e-compose-mail: fix the number of parameters of the closure

This commit is contained in:
Christophe Troestler 2023-11-12 21:09:24 +01:00
parent a720c9cb1c
commit 8d8a5a9844
1 changed files with 1 additions and 1 deletions

View File

@ -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))