comparison lisp/faces.el @ 33419:21ac2c51ac59

(face-font-registry-alternatives): Add :version.
author Dave Love <fx@gnu.org>
date Sun, 12 Nov 2000 00:38:44 +0000
parents 8259eb8d96c2
children 45961172564e
comparison
equal deleted inserted replaced
33418:5908c0927a3e 33419:21ac2c51ac59
82 Each element has the the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...). 82 Each element has the the form (REGISTRY ALTERNATIVE1 ALTERNATIVE2 ...).
83 If fonts of registry REGISTRY can't be loaded, try ALTERNATIVE1, then 83 If fonts of registry REGISTRY can't be loaded, try ALTERNATIVE1, then
84 ALTERNATIVE2 etc." 84 ALTERNATIVE2 etc."
85 :tag "Alternative font registries to try." 85 :tag "Alternative font registries to try."
86 :type '(repeat (repeat string)) 86 :type '(repeat (repeat string))
87 :version "21.1"
87 :group 'font-selection 88 :group 'font-selection
88 :set #'(lambda (symbol value) 89 :set #'(lambda (symbol value)
89 (set-default symbol value) 90 (set-default symbol value)
90 (internal-set-alternative-font-registry-alist value))) 91 (internal-set-alternative-font-registry-alist value)))
91 92