]> code.delx.au - gnu-emacs/blobdiff - admin/cus-test.el
Fix some custom types
[gnu-emacs] / admin / cus-test.el
index 6b8ec9abe020cd69a5f3c53fcef94778b1bc32ca..54d26cc11d64306b3a0e186db24dfe21180339cb 100644 (file)
@@ -202,6 +202,8 @@ The detected problematic options are stored in `cus-test-errors'."
 
           ;; Check the values
           (mapc (lambda (value)
+                  ;; TODO for booleans, check for values that can be
+                  ;; evaluated and are not t or nil.  Usually a bug.
                   (unless (widget-apply conv :match value)
                     (setq mismatch 'mismatch)))
                 values)