mu4e: mu4e-info is not interactive

This commit is contained in:
Dirk-Jan C. Binnema 2020-06-08 19:52:19 +03:00
parent dd4e5e34b4
commit 0a93c1af49
1 changed files with 0 additions and 1 deletions

View File

@ -1154,7 +1154,6 @@ displaying it). Do _not_ bury the current buffer, though."
(defun mu4e-info (path)
"Show a buffer with the information (an org-file) at PATH."
(interactive)
(unless (file-exists-p path)
(mu4e-error "Cannot find %s" path))
(let ((curbuf (current-buffer)))