From 008dacdb88968a04817666bfe682561d34967e4e Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 25 Jun 2020 12:51:21 +0100 Subject: bog-citekey-face: Use modern face spec syntax --- bog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bog.el b/bog.el index ee56d3a..719002a 100644 --- a/bog.el +++ b/bog.el @@ -1366,7 +1366,7 @@ Topic headings are determined by `bog-topic-heading-level'." ;;; Font-lock (defface bog-citekey-face - '((t (:inherit org-link :underline nil))) + '((t :inherit org-link :underline nil)) "Face used to highlight text that matches `bog-citekey-format'.") (defun bog-fontify-non-heading-citekeys (limit) -- cgit v1.2.3