diff options
author | Dave Love <fx@gnu.org> | 2000-11-12 00:38:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-12 00:38:44 +0000 |
commit | 82fb97701238675b9bf05b9bab7820eb047f813b (patch) | |
tree | 0df299a8e97e15c95983e3111e5781c6c9d61270 /lisp/faces.el | |
parent | 07f9823a9a43ba8962bc985a0c32dc5634e50438 (diff) | |
download | emacs-82fb97701238675b9bf05b9bab7820eb047f813b.tar.gz |
(face-font-registry-alternatives): Add :version.
Diffstat (limited to 'lisp/faces.el')
-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) |