branch: externals/denote
commit bf84e352b8183b0ccc3cb31d0daea1ab6927645f
Author: Vedang Manerikar <ved.maneri...@gmail.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix: broken if-clause in denote-link-after-creating-with-command
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 1debafb772..1e4b2969d4 100644
--- a/denote.el
+++ b/denote.el
@@ -3169,8 +3169,8 @@ Optional ID-ONLY has the same meaning as in the command
    command
    (if (eq command 'denote-signature)
        #'denote--link-get-description-with-signature
-     #'denote--link-get-description
-     id-only)))
+     #'denote--link-get-description)
+   id-only))
 
 ;;;###autoload
 (defun denote-link-or-create (target &optional id-only)

Reply via email to