branch: externals/denote
commit bdb849caef57d1dc3509f39d05ea4ccc4c38da60
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove needless interactive spec
---
 denote.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/denote.el b/denote.el
index 1ba78a824f..46ccfd2dbe 100644
--- a/denote.el
+++ b/denote.el
@@ -288,7 +288,6 @@ alphabetically."
 (defun denote-org-capture ()
   "Like `denote', but for integration with `org-capture'.
 WORK-IN-PROGRESS."
-  (interactive)
   (let ((title (denote--title-prompt))
         (keywords (denote--keywords-prompt)))
     (denote--prepare-note title keywords)

Reply via email to