emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 27d68d790f7 6/7: ; * admin/cus-test.el (cus-test-apropos): remove


From: Mattias Engdegård
Subject: master 27d68d790f7 6/7: ; * admin/cus-test.el (cus-test-apropos): remove TODO (already done)
Date: Tue, 30 May 2023 11:46:53 -0400 (EDT)

branch: master
commit 27d68d790f7d600df0918eb9b95b1078fd6185f6
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * admin/cus-test.el (cus-test-apropos): remove TODO (already done)
---
 admin/cus-test.el | 2 --
 1 file changed, 2 deletions(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]