]> git.eshelyaron.com Git - emacs.git/commitdiff
Recognize graphic as a type when customizing a face
authorMauro Aranda <maurooaranda@gmail.com>
Thu, 13 Mar 2025 09:48:39 +0000 (06:48 -0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:27:18 +0000 (16:27 +0100)
* lisp/cus-edit.el (custom-display): Add checkbox for graphic.
(Bug#76975)

(cherry picked from commit 32ff6c9db150e5a4819cc4d7795dddfa554cad2c)

lisp/cus-edit.el

index 2f14d6590c9e0192f169a20188bf6e44c7d8f719..a5cf5f933856c540fd4288027f4785f3bc1a29ab 100644 (file)
@@ -3670,6 +3670,10 @@ Only match the specified window systems.")
                                type)
                         (checklist :inline t
                                    :offset 0
+                                    (const :format "Graphic "
+                                           :sibling-args (:help-echo "\
+Any graphics-capable display")
+                                           graphic)
                                    (const :format "X "
                                           :sibling-args (:help-echo "\
 The X11 Window System.")