From: Dave Love Date: Sun, 12 Nov 2000 00:38:44 +0000 (+0000) Subject: (face-font-registry-alternatives): Add :version. X-Git-Tag: emacs-pretest-21.0.90~120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f676894c4e7ccf383f2597b13cc4e8266622bfc3;p=emacs.git (face-font-registry-alternatives): Add :version. --- 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)