From: Mattias EngdegÄrd Date: Tue, 30 May 2023 09:17:10 +0000 (+0200) Subject: ; * admin/cus-test.el (cus-test-apropos): remove TODO (already done) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27d68d790f7d600df0918eb9b95b1078fd6185f6;p=emacs.git ; * admin/cus-test.el (cus-test-apropos): remove TODO (already done) --- diff --git a/admin/cus-test.el b/admin/cus-test.el index f07019bb52c..c833ddacd84 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el @@ -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)