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

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

[elpa] externals/denote cd6bfb03fa 08/10: Make stylistic change to denot


From: ELPA Syncer
Subject: [elpa] externals/denote cd6bfb03fa 08/10: Make stylistic change to denote-link--buffer-prompt
Date: Fri, 20 Sep 2024 09:57:57 -0400 (EDT)

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

    Make stylistic change to denote-link--buffer-prompt
---
 denote.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index 3c1c96caf3..474d0ff097 100644
--- a/denote.el
+++ b/denote.el
@@ -4631,8 +4631,7 @@ inserts links with just the identifier."
 ;; NOTE 2022-07-21: I don't think we need a history for this one.
 (defun denote-link--buffer-prompt (buffers)
   "Select buffer from BUFFERS visiting Denote notes."
-  (let ((buffer-file-names (mapcar #'file-name-nondirectory
-                                   buffers)))
+  (let ((buffer-file-names (mapcar #'file-name-nondirectory buffers)))
     (completing-read
      "Select note buffer: "
      (denote--completion-table 'buffer buffer-file-names)



reply via email to

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