aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Andres Aranda Gutierrez2021-01-11 15:07:01 +0100
committerLars Ingebrigtsen2021-01-11 15:07:01 +0100
commite694f61fc618c0c8553649edae6b9ca6d9b475be (patch)
tree21b910ff9eb904f8bb97986cbcc22ac305164d3a
parentef55cc07ba70e81dd6573cffb11eae261999416f (diff)
downloademacs-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.el1
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)