branch: externals/denote commit 385c7e9689fcaf1b20f26f38c8c26f3149e9fc74 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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'."