mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(face-font-registry-alternatives): Add :version.
This commit is contained in:
parent
84d51f9bb5
commit
f676894c4e
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue