From b8a9467ce973aace499e0352fd1c1719961fdc75 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 13 Jun 2008 05:49:05 +0000 Subject: [PATCH] (custom-face-attributes): Add :foundry. --- lisp/cus-face.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 9ef9428470f..318fd61fc34 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -65,6 +65,10 @@ (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) + (:foundry + (string :tag "Font Foundry" + :help-echo "Font foundry name.")) + (:width (choice :tag "Width" :help-echo "Font width." -- 2.39.2