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

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

[elpa] externals/denote 2849de0f48 4/4: Pass PROMPT-TEXT to denote-title


From: ELPA Syncer
Subject: [elpa] externals/denote 2849de0f48 4/4: Pass PROMPT-TEXT to denote-title-prompt from denote-link (per 5c10aa2)
Date: Sat, 23 Mar 2024 03:57:48 -0400 (EDT)

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

    Pass PROMPT-TEXT to denote-title-prompt from denote-link (per 5c10aa2)
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 02d5ddce48..6a4f485984 100644
--- a/denote.el
+++ b/denote.el
@@ -3721,7 +3721,7 @@ system path.  FILE-TYPE is a symbol as described in
 `denote-file-type'.  DESCRIPTION is a string.  Whether the caller
 treats the active region specially, is up to it."
   (interactive
-   (let* ((file (denote-file-prompt))
+   (let* ((file (denote-file-prompt nil "Link to FILE"))
           (file-type (when buffer-file-name
                        (denote-filetype-heuristics buffer-file-name)))
           (description (when (file-exists-p file)



reply via email to

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