From: Pedro Andres Aranda Gutierrez Date: Mon, 11 Jan 2021 14:07:01 +0000 (+0100) Subject: Add `flat-button' to custom-face-attributes X-Git-Tag: emacs-28.0.90~4302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e694f61fc618c0c8553649edae6b9ca6d9b475be;p=emacs.git Add `flat-button' to custom-face-attributes * lisp/cus-face.el (custom-face-attributes): Add `flat-button' (bug#45769). --- 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)