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

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

[elpa] externals/denote f74c6380d3 08/12: Include default value in 'deno


From: ELPA Syncer
Subject: [elpa] externals/denote f74c6380d3 08/12: Include default value in 'denote-command-prompt'
Date: Mon, 25 Sep 2023 09:58:16 -0400 (EDT)

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

    Include default value in 'denote-command-prompt'
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index adfe68f376..173a5aeb84 100644
--- a/denote.el
+++ b/denote.el
@@ -1720,7 +1720,7 @@ The meaning of FILES is the same as in 
`denote--id-exists-p'."
      (completing-read
       (format-prompt "Run note-creating Denote command" default)
       denote-commands-for-new-notes nil :require-match
-      nil 'denote--command-prompt-history))))
+      nil 'denote--command-prompt-history default))))
 
 ;;;;; The `denote' command and its prompts
 



reply via email to

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