Skip to content

Commit

Permalink
return buf from mu4e--compose-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Feb 29, 2024
1 parent 6882200 commit 52c91d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mu4e/mu4e-compose.el
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ Optionally, SWITCH determines how to find a buffer for the message
(setq-local ;;message-kill-actions actions
message-return-actions actions
message-send-actions actions
message-kill-actions actions)))))
message-kill-actions actions)))
buf))


;;;###autoload
Expand Down

0 comments on commit 52c91d1

Please sign in to comment.