emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e694f61: Add `flat-button' to custom-face-attributes


From: Lars Ingebrigtsen
Subject: master e694f61: Add `flat-button' to custom-face-attributes
Date: Mon, 11 Jan 2021 09:07:18 -0500 (EST)

branch: master
commit e694f61fc618c0c8553649edae6b9ca6d9b475be
Author: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 5dcb284..21fe89c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]