diff options
author | Amit Ramon <amit@riseup.net> | 2019-04-03 12:43:10 +0300 |
---|---|---|
committer | Amit Ramon <amit@riseup.net> | 2019-04-03 12:43:10 +0300 |
commit | 71b1f009c69d153befba5ae88c41888d9f240978 (patch) | |
tree | 8591c535fcdde4ed749e1c550d098315be416def /dictionary.el | |
parent | 79a0c9a7702cc74da91452cdb324a0956172c660 (diff) |
Removed unnecessary quote in dictionary-word-definition-face
Diffstat (limited to 'dictionary.el')
-rw-r--r-- | dictionary.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |