From 71b1f009c69d153befba5ae88c41888d9f240978 Mon Sep 17 00:00:00 2001 From: Amit Ramon Date: Wed, 3 Apr 2019 12:43:10 +0300 Subject: Removed unnecessary quote in dictionary-word-definition-face --- dictionary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionary.el b/dictionary.el index 6c00682..45548ee 100644 --- a/dictionary.el +++ b/dictionary.el @@ -220,7 +220,7 @@ by the choice value: (progn (defface dictionary-word-definition-face - '((((supports '(:family "DejaVu Serif"))) + '((((supports (:family "DejaVu Serif"))) (:family "DejaVu Serif")) (((type x)) (:font "Sans Serif")) -- cgit v1.2.3