Adjust custom-face-attributes for 'regular' weight
Following the changes to support "medium" weight fonts, the weight for "normal" fonts is now reported as 'regular', which caused customize-face to display faces as lisp-expressions, since it didn't recognize that. This has been corrected. * lisp/cus-face.el (custom-face-attributes): Recognize 'regular' as a weight.
This commit is contained in:
parent
3f843b25dc
commit
43a595788d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
(const :tag "semi-light" semi-light)
|
||||
(const :tag "demilight" semi-light)
|
||||
(const :tag "normal" normal)
|
||||
(const :tag "regular" normal)
|
||||
(const :tag "regular" regular)
|
||||
(const :tag "book" normal)
|
||||
(const :tag "medium" medium)
|
||||
(const :tag "semibold" semi-bold)
|
||||
|
|
Loading…
Add table
Reference in a new issue