; * admin/cus-test.el (cus-test-apropos): remove TODO (already done)
This commit is contained in:
parent
845f97d475
commit
27d68d790f
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue