1
Fork 0
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:
Pedro Andres Aranda Gutierrez 2021-01-11 15:07:01 +01:00 committed by Lars Ingebrigtsen
parent ef55cc07ba
commit e694f61fc6

View file

@ -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)