From 0a93c1af49193e0734381fdfb5448e1fc0ff44d7 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 8 Jun 2020 19:52:19 +0300 Subject: [PATCH] mu4e: mu4e-info is not interactive --- mu4e/mu4e-utils.el | 1 - 1 file changed, 1 deletion(-) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 39243bce..2ef04dcf 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -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)))