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

[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"))



reply via email to

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