projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845f97d
)
; * admin/cus-test.el (cus-test-apropos): remove TODO (already done)
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 30 May 2023 09:17:10 +0000
(11:17 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 30 May 2023 15:46:06 +0000
(17:46 +0200)
admin/cus-test.el
patch
|
blob
|
history
diff --git
a/admin/cus-test.el
b/admin/cus-test.el
index f07019bb52cf88035ead22273ce8825b61e44e2c..c833ddacd84e4f7769d3986ec90383ff8fc7b3dc 100644
(file)
--- 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)