diff options
| author | Pedro Andres Aranda Gutierrez | 2021-01-11 15:07:01 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-01-11 15:07:01 +0100 |
| commit | e694f61fc618c0c8553649edae6b9ca6d9b475be (patch) | |
| tree | 21b910ff9eb904f8bb97986cbcc22ac305164d3a | |
| parent | ef55cc07ba70e81dd6573cffb11eae261999416f (diff) | |
| download | emacs-e694f61fc618c0c8553649edae6b9ca6d9b475be.tar.gz emacs-e694f61fc618c0c8553649edae6b9ca6d9b475be.zip | |
Add `flat-button' to custom-face-attributes
* lisp/cus-face.el (custom-face-attributes): Add `flat-button'
(bug#45769).
| -rw-r--r-- | lisp/cus-face.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 5dcb2842a21..21fe89c6214 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el | |||
| @@ -175,6 +175,7 @@ | |||
| 175 | (choice :tag "Style" | 175 | (choice :tag "Style" |
| 176 | (const :tag "Raised" released-button) | 176 | (const :tag "Raised" released-button) |
| 177 | (const :tag "Sunken" pressed-button) | 177 | (const :tag "Sunken" pressed-button) |
| 178 | (const :tag "Flat" flat-button) | ||
| 178 | (const :tag "None" nil)))) | 179 | (const :tag "None" nil)))) |
| 179 | ;; filter to make value suitable for customize | 180 | ;; filter to make value suitable for customize |
| 180 | (lambda (real-value) | 181 | (lambda (real-value) |