]> git.eshelyaron.com Git - emacs.git/commit
Adjust custom-face-attributes for 'regular' weight
authorRobert Pluim <rpluim@gmail.com>
Fri, 26 Nov 2021 13:08:24 +0000 (14:08 +0100)
committerRobert Pluim <rpluim@gmail.com>
Fri, 26 Nov 2021 13:29:32 +0000 (14:29 +0100)
commit43a595788de876b33cac0976548a0ce1c9add9c5
tree47a2da18bddb229711d795597fd671c1ba535a08
parent3f843b25dc96867043feebb1d928bde4a7a777a3
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.
lisp/cus-face.el