]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/cus-test.el (cus-test-apropos): remove TODO (already done)
authorMattias Engdegård <mattiase@acm.org>
Tue, 30 May 2023 09:17:10 +0000 (11:17 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 30 May 2023 15:46:06 +0000 (17:46 +0200)
admin/cus-test.el

index f07019bb52cf88035ead22273ce8825b61e44e2c..c833ddacd84e4f7769d3986ec90383ff8fc7b3dc 100644 (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)