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

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

[elpa] externals/denote 385c7e9689 287/355: Clarify use of uspecified fa


From: ELPA Syncer
Subject: [elpa] externals/denote 385c7e9689 287/355: Clarify use of uspecified face attribute
Date: Sun, 26 Jun 2022 23:58:33 -0400 (EDT)

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

    Clarify use of uspecified face attribute
---
 denote-link.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-link.el b/denote-link.el
index 5c9f5f8caf..e42dfb6bab 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -268,7 +268,7 @@ your thoughts about it."
 (define-button-type 'denote-link-backlink-button
   'follow-link t
   'action #'denote-link--backlink-find-file
-  'face 'unspecified)
+  'face 'unspecified)     ; we use this face attribute to style it later
 
 (defun denote-link--backlink-find-file (button)
   "Action for BUTTON to `find-file'."



reply via email to

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