From c4d9734c51cfa8092363e98ffcae7e803ca1bc4a Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 6 Jun 2004 02:45:28 +0000 Subject: [PATCH] (custom-display): Add `min-colors'. --- lisp/cus-edit.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d4b7aa6f518..5caeb78265e 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2729,6 +2729,10 @@ Match grayscale frames.") Match frames with no color support.") mono))) (group :sibling-args (:help-echo "\ +The minimum number of colors the frame should support.") + (const :format "" min-colors) + (integer :tag "Minimum number of colors" )) + (group :sibling-args (:help-echo "\ Only match frames with the specified intensity.") (const :format "\ Background brightness: " -- 2.39.5