; * admin/cus-test.el (cus-test-apropos): remove TODO (already done)

This commit is contained in:
Mattias Engdegård 2023-05-30 11:17:10 +02:00
parent 845f97d475
commit 27d68d790f

View file

@ -221,8 +221,6 @@ 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)
(let ((err (list symbol :type-error value type)))
(unless (member err cus-test-errors)