From 32ff6c9db150e5a4819cc4d7795dddfa554cad2c Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Thu, 13 Mar 2025 06:48:39 -0300 Subject: [PATCH] Recognize graphic as a type when customizing a face * lisp/cus-edit.el (custom-display): Add checkbox for graphic. (Bug#76975) --- lisp/cus-edit.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 5cfd2b774b7..ecfce03e490 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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.")