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

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

[elpa] externals/denote c795f147d7: Fix unbalanced parentheses in denote


From: ELPA Syncer
Subject: [elpa] externals/denote c795f147d7: Fix unbalanced parentheses in denote-sequence--get-file-in-dired-or-prompt
Date: Tue, 14 Jan 2025 03:58:05 -0500 (EST)

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

    Fix unbalanced parentheses in denote-sequence--get-file-in-dired-or-prompt
---
 denote-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index daf17e999b..47962253fc 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -647,7 +647,7 @@ When called from Lisp, SEQUENCE is a string that conforms 
with
   (cond
    ((when-let* (((derived-mode-p 'dired-mode))
                 (file-at-point (dired-get-filename nil t)))
-      (denote-sequence-file-p file-at-point))
+      (denote-sequence-file-p file-at-point)))
    ((and buffer-file-name (denote-sequence-file-p buffer-file-name)))
    (t
     (denote-retrieve-filename-signature (denote-sequence-file-prompt 
prompt-text)))))



reply via email to

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