1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(face-font-registry-alternatives): Add :version.

This commit is contained in:
Dave Love 2000-11-12 00:38:44 +00:00
parent 84d51f9bb5
commit f676894c4e

View File

@ -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)