mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Add `flat-button' to custom-face-attributes
* lisp/cus-face.el (custom-face-attributes): Add `flat-button' (bug#45769).
This commit is contained in:
parent
ef55cc07ba
commit
e694f61fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@
|
||||||
(choice :tag "Style"
|
(choice :tag "Style"
|
||||||
(const :tag "Raised" released-button)
|
(const :tag "Raised" released-button)
|
||||||
(const :tag "Sunken" pressed-button)
|
(const :tag "Sunken" pressed-button)
|
||||||
|
(const :tag "Flat" flat-button)
|
||||||
(const :tag "None" nil))))
|
(const :tag "None" nil))))
|
||||||
;; filter to make value suitable for customize
|
;; filter to make value suitable for customize
|
||||||
(lambda (real-value)
|
(lambda (real-value)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue