summaryrefslogtreecommitdiff
path: root/lisp/cus-face.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2008-06-13 05:49:05 +0000
committerKenichi Handa <handa@m17n.org>2008-06-13 05:49:05 +0000
commitb8a9467ce973aace499e0352fd1c1719961fdc75 (patch)
treea3855a14ad02bd3a0dea707a6531ad94e266fd64 /lisp/cus-face.el
parentbf970f2bd118e7c2d5d478acf90d8df23521433d (diff)
downloademacs-b8a9467ce973aace499e0352fd1c1719961fdc75.tar.gz
(custom-face-attributes): Add :foundry.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r--lisp/cus-face.el4
1 files changed, 4 insertions, 0 deletions
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."