From e694f61fc618c0c8553649edae6b9ca6d9b475be Mon Sep 17 00:00:00 2001 From: Pedro Andres Aranda Gutierrez Date: Mon, 11 Jan 2021 15:07:01 +0100 Subject: [PATCH] Add `flat-button' to custom-face-attributes * lisp/cus-face.el (custom-face-attributes): Add `flat-button' (bug#45769). --- lisp/cus-face.el | 1 + 1 file changed, 1 insertion(+) 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 @@ (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) + (const :tag "Flat" flat-button) (const :tag "None" nil)))) ;; filter to make value suitable for customize (lambda (real-value) -- 2.39.2