[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 016f1bc2ca 5/7: Tweak how denote-faces-title set
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 016f1bc2ca 5/7: Tweak how denote-faces-title sets its nil value |
Date: |
Sun, 11 Sep 2022 22:57:32 -0400 (EDT) |
branch: externals/denote
commit 016f1bc2caba0bfab1128c481f04f0b2be4428e1
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Tweak how denote-faces-title sets its nil value
Specifying 'nil' is more precise. For the user, this is the same as
before.
---
denote.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/denote.el b/denote.el
index 622e004638..2c8de6662d 100644
--- a/denote.el
+++ b/denote.el
@@ -1805,9 +1805,7 @@ and seconds."
:group 'denote-faces
:package-version '(denote . "0.1.0"))
-;; TODO 2022-08-10: I believe a nil value has the same effect, though
-;; there is no pressing need to test this.
-(defface denote-faces-title '((t ))
+(defface denote-faces-title nil
"Face for file name title in Dired buffers."
:group 'denote-faces
:package-version '(denote . "0.1.0"))
- [elpa] externals/denote updated (2ca1223c7b -> 528901354c), ELPA Syncer, 2022/09/11
- [elpa] externals/denote c294eaf15f 1/7: Make denote-directory-files a public function, ELPA Syncer, 2022/09/11
- [elpa] externals/denote 97f5f041aa 4/7: Remove empty line, ELPA Syncer, 2022/09/11
- [elpa] externals/denote 26c97bdee2 2/7: Make denote-directory-files-matching-regexp public, ELPA Syncer, 2022/09/11
- [elpa] externals/denote 016f1bc2ca 5/7: Tweak how denote-faces-title sets its nil value,
ELPA Syncer <=
- [elpa] externals/denote 528901354c 7/7: Rewrite the "Things to do" section for clarity, ELPA Syncer, 2022/09/11
- [elpa] externals/denote e9512a5d65 3/7: Placate the compiler for denote-link-ol-store, ELPA Syncer, 2022/09/11
- [elpa] externals/denote b4d3573766 6/7: Remove TODO for Embark, ELPA Syncer, 2022/09/11