# HG changeset patch # User Gerd Moellmann # Date 963947235 0 # Node ID 7a694e8efd120f72247eeeea810505ab0b6818d0 # Parent 84ff1994e9d1c0de9f0c8ad7eb4781c0d65e5eba (face-font-selection-order) (face-font-family-alternatives): Add custom type. diff -r 84ff1994e9d1 -r 7a694e8efd12 lisp/faces.el --- a/lisp/faces.el Tue Jul 18 19:04:00 2000 +0000 +++ b/lisp/faces.el Tue Jul 18 19:07:15 2000 +0000 @@ -50,6 +50,7 @@ tries to find a font with a suitable slant, even if this results in a font height that isn't optimal." :tag "Font selection order." + :type '(list symbol symbol symbol symbol) :group 'font-selection :set #'(lambda (symbol value) (set-default symbol value) @@ -64,6 +65,7 @@ If fonts of family FAMILY can't be loaded, try ALTERNATIVE1, then ALTERNATIVE2 etc." :tag "Alternative font families to try." + :type '(repeat (repeat string)) :group 'font-selection :set #'(lambda (symbol value) (set-default symbol value)