aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index e72e22bacd5..6cf55b0e926 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -84,6 +84,7 @@ If fonts of registry REGISTRY can't be loaded, try ALTERNATIVE1, then
84ALTERNATIVE2 etc." 84ALTERNATIVE2 etc."
85 :tag "Alternative font registries to try." 85 :tag "Alternative font registries to try."
86 :type '(repeat (repeat string)) 86 :type '(repeat (repeat string))
87 :version "21.1"
87 :group 'font-selection 88 :group 'font-selection
88 :set #'(lambda (symbol value) 89 :set #'(lambda (symbol value)
89 (set-default symbol value) 90 (set-default symbol value)