From: Kenichi Handa Date: Fri, 13 Jun 2008 05:49:05 +0000 (+0000) Subject: (custom-face-attributes): Add :foundry. X-Git-Tag: emacs-pretest-23.0.90~4829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8a9467ce973aace499e0352fd1c1719961fdc75;p=emacs.git (custom-face-attributes): Add :foundry. --- 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."