Recognize graphic as a type when customizing a face

* lisp/cus-edit.el (custom-display): Add checkbox for graphic.
(Bug#76975)
This commit is contained in:
Mauro Aranda 2025-03-13 06:48:39 -03:00
parent 1528d31564
commit 32ff6c9db1

View file

@ -3619,6 +3619,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.")