Skip to content

Commit

Permalink
mu4e-compose: add missing arg to mu4e-compose-new lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Nov 8, 2023
1 parent 30a78d3 commit 171fe9a
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 @@ -778,7 +778,7 @@ of message."
"Compose a new message."
(interactive)
(mu4e--compose-setup
'new (lambda (_parent) (message-mail))))
'new (lambda (_parent _orig) (message-mail))))

;;;###autoload
(defun mu4e-compose-reply (&optional wide)
Expand Down

0 comments on commit 171fe9a

Please sign in to comment.