diff options
-rw-r--r-- | lisp/faces.el | 1 |
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 ALTERNATIVE2 etc." :tag "Alternative font registries to try." :type '(repeat (repeat string)) + :version "21.1" :group 'font-selection :set #'(lambda (symbol value) (set-default symbol value) |