Skip to content

Commit

Permalink
mu4e-compose-mail: fix the number of parameters of the closure
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Nov 12, 2023
1 parent a720c9c commit 8d8a5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu4e/mu4e-compose.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 8d8a5a9

Please sign in to comment.