[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)
- [elpa] externals/denote updated (dcd92c4ac6 -> 0377530250), ELPA Syncer, 2024/09/20
- [elpa] externals/denote 7ddff697fc 02/10: Make a sample code a bit more robust, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 126238c9c1 03/10: add `denote-journal-extra-path-to-new-or-existing-entry', ELPA Syncer, 2024/09/20
- [elpa] externals/denote 433422758a 06/10: Tweak denote-journal-extra-path-to-new-or-existing-entry, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 3694b19cd3 09/10: Untabify and reindent the main file, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 0377530250 10/10: Fix typo in doc string, ELPA Syncer, 2024/09/20
- [elpa] externals/denote ee2d92859e 04/10: Merge pull request #443 from brabalan/denote-journal-extra-path-to-new-or-existing-entry, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 1ddf6787dc 05/10: Merge branch 'main' of github.com:protesilaos/denote, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 7fd4160a99 01/10: Remove an empty line, ELPA Syncer, 2024/09/20
- [elpa] externals/denote 09e4c6692f 07/10: Placate the compiler about 'denote-file-type', ELPA Syncer, 2024/09/20
- [elpa] externals/denote cd6bfb03fa 08/10: Make stylistic change to denote-link--buffer-prompt,
ELPA Syncer <=