From af35314231a2e28e3dc4b2760f9a9128f95cce77 Mon Sep 17 00:00:00 2001 From: Mickey Petersen Date: Thu, 15 Dec 2022 07:38:46 +0000 Subject: [PATCH] Rename to _switch-action --- 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 aed5531f..7d1d465b 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -796,7 +796,7 @@ draft message." ;;;###autoload (defun mu4e~compose-mail (&optional to subject other-headers _continue - _ yank-action _send-actions _return-action) + _switch-action yank-action _send-actions _return-action) "This is mu4e's implementation of `compose-mail'. Quoting its docstring: