summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-06-08 19:52:19 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-07-26 12:03:09 +0300
commit0a93c1af49193e0734381fdfb5448e1fc0ff44d7 (patch)
treedd1cf3426ef84d262e2a8c24243cfef44c0fb231
parentdd4e5e34b461ff700e26926d8e6165d544eed59b (diff)
mu4e: mu4e-info is not interactive
-rw-r--r--mu4e/mu4e-utils.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el
index 39243bc..2ef04dc 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)))