Merge pull request #2594 from Chris00/master

mu4e-compose-mail: fix the number of parameters of the closure
This commit is contained in:
Dirk-Jan C. Binnema 2023-11-12 23:15:17 +02:00 committed by GitHub
commit 3c19613cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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))