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

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

[elpa] externals/denote d0effdb11d 2/2: Remove FIXME from denote-file-pr


From: ELPA Syncer
Subject: [elpa] externals/denote d0effdb11d 2/2: Remove FIXME from denote-file-prompt (it is fine)
Date: Thu, 9 May 2024 09:58:15 -0400 (EDT)

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

    Remove FIXME from denote-file-prompt (it is fine)
---
 denote.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/denote.el b/denote.el
index 58cdb449b7..98803934c0 100644
--- a/denote.el
+++ b/denote.el
@@ -1203,7 +1203,6 @@ select a file."
            (new-collection (denote--completion-table 'file substrings))
            ;; We populate the history ourselves because we process the input.
            (input (completing-read prompt new-collection))
-           ;; FIXME 2024-05-08: Is there some elegant way to do this?
            (filename (with-temp-buffer
                        (insert input)
                        (completion-in-region (point-min) (point-max) 
new-collection)



reply via email to

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