branch: externals/denote
commit 9b8fb2e4906c6a240a572efc5178323b957d9c37
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add FIXME for denote-file-prompt history
---
denote.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/denote.el b/denote.el
index 77b8cc2467..ac2de851ef 100644
--- a/denote.el
+++ b/denote.el
@@ -905,6 +905,8 @@ the given regular expression."
(denote-directory-files-matching-regexp
files-matching-regexp)
(denote-all-files)))
(file (funcall project-read-file-name-function
+ ;; FIXME 2023-10-15: Why do I get an empty history
at the prompt even
+ ;; though it is given as an argument and it is not
empty?
"Select note: " files nil 'denote--file-history)))
(let ((completion-ignore-case read-file-name-completion-ignore-case))
(add-to-history 'denote--file-history file)