emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote bdb849caef 008/355: Remove needless interactive


From: ELPA Syncer
Subject: [elpa] externals/denote bdb849caef 008/355: Remove needless interactive spec
Date: Sun, 26 Jun 2022 23:57:55 -0400 (EDT)

branch: externals/denote
commit bdb849caef57d1dc3509f39d05ea4ccc4c38da60
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

[Prev in Thread] Current Thread [Next in Thread]