mu4e: fix mu4e-main-quit-or-bury

Typo... fixes #2512.
This commit is contained in:
Dirk-Jan C. Binnema 2023-07-06 11:00:12 +03:00
parent e48485cb58
commit c59d493296
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ the personal addresses."
(defun mu4e-main-quit-or-bury (&optional bury)
"Quit mu4e, or, with prefix-argument, bury the buffer."
(interactive "p")
(interactive "P")
(if bury
(bury-buffer)
(mu4e-quit)))