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

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

[elpa] externals/denote d42be4ee79 1/2: Make stylistic change in denote-


From: ELPA Syncer
Subject: [elpa] externals/denote d42be4ee79 1/2: Make stylistic change in denote-select-linked-file-prompt
Date: Tue, 5 Nov 2024 03:58:20 -0500 (EST)

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

    Make stylistic change in denote-select-linked-file-prompt
---
 denote.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index e9802e39a6..7de6e75eb3 100644
--- a/denote.el
+++ b/denote.el
@@ -4256,8 +4256,7 @@ function."
 
 (defun denote-select-linked-file-prompt (files)
   "Prompt for linked file among FILES."
-  (let ((file-names (mapcar #'denote-get-file-name-relative-to-denote-directory
-                            files)))
+  (let ((file-names (mapcar 
#'denote-get-file-name-relative-to-denote-directory files)))
     (completing-read
      "Find linked file: "
      (denote--completion-table 'file file-names)



reply via email to

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