diff options
author | Kenichi Handa <handa@m17n.org> | 2008-05-14 01:58:43 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-05-14 01:58:43 +0000 |
commit | 131b3b112ad5405132ad5db55e0562b50477a94c (patch) | |
tree | 5ab269f31238265f19c95d1d349ca6c83830724c /lisp/cus-face.el | |
parent | 6e783e91cb84a9653547ec40d8fee84584f0dc70 (diff) | |
download | emacs-131b3b112ad5405132ad5db55e0562b50477a94c.tar.gz |
(custom-face-attributes): Add "thin" for :weight.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 4be3b7552ba..9ef9428470f 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -110,7 +110,8 @@ (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) - (const :tag "ultrabold" ultra-bold))) + (const :tag "ultrabold" ultra-bold) + (const :tag "thin" thin))) (:slant (choice :tag "Slant" |