diff options
| author | Juri Linkov <juri@jurta.org> | 2004-06-06 02:45:28 +0000 |
|---|---|---|
| committer | Juri Linkov <juri@jurta.org> | 2004-06-06 02:45:28 +0000 |
| commit | c4d9734c51cfa8092363e98ffcae7e803ca1bc4a (patch) | |
| tree | 5b94924fe5bcadfb4785b945e666e9b0bd1a9fea /lisp/cus-edit.el | |
| parent | fb0fb4fa4e3c37bb4bebf21208e6a4447c36d8f3 (diff) | |
| download | emacs-c4d9734c51cfa8092363e98ffcae7e803ca1bc4a.tar.gz | |
(custom-display): Add `min-colors'.
Diffstat (limited to 'lisp/cus-edit.el')
| -rw-r--r-- | lisp/cus-edit.el | 4 |
1 files changed, 4 insertions, 0 deletions
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: " |
