changeset 30306:7a694e8efd12

(face-font-selection-order) (face-font-family-alternatives): Add custom type.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jul 2000 19:07:15 +0000
parents 84ff1994e9d1
children faf4e303bab7
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)