[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
- [elpa] externals/denote updated (7a02653305 -> ccdcbfb7b7), ELPA Syncer, 2023/09/25
- [elpa] externals/denote 1d3ced4487 01/12: Fix typos in the manual about 'denote-link', ELPA Syncer, 2023/09/25
- [elpa] externals/denote 3a9404cd37 04/12: Add new denote-link-with-signature command, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 2e444f3f22 03/12: BREAKING make 'denote-file-prompt' accept optional regexp filter, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 15bb6fe2f8 07/12: Make 'denote-command-prompt' return symbol, ELPA Syncer, 2023/09/25
- [elpa] externals/denote cc83083117 10/12: Add FIXME to avoid duplication with "link after creating" commands, ELPA Syncer, 2023/09/25
- [elpa] externals/denote f74c6380d3 08/12: Include default value in 'denote-command-prompt',
ELPA Syncer <=
- [elpa] externals/denote beb1fc6d98 06/12: Fix prompt text in 'denote-command-prompt', ELPA Syncer, 2023/09/25
- [elpa] externals/denote ccdcbfb7b7 12/12: Placate the compiler about double space after dots in docs, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 45fe76ca24 05/12: Make denote-file-prompt record history, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 3ad974396d 02/12: Make 'denote-link' more abstract to also call it from Lisp, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 34c632c690 11/12: Simplify denote-dired-rename-marked-files interactive spec, ELPA Syncer, 2023/09/25
- [elpa] externals/denote 86f91ea3fa 09/12: Fix regression with how 'denote-link' was called, ELPA Syncer, 2023/09/25