aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cus-test.el
diff options
context:
space:
mode:
authorJoakim Verona2013-08-13 09:58:43 +0200
committerJoakim Verona2013-08-13 09:58:43 +0200
commitb795172d4c222b4fec6f9dbf1be726d27ca56df1 (patch)
tree53c35e4f706cc58e155b44ee9801a08f614b042e /admin/cus-test.el
parent7f502f7b6fc418af15408709cad4dc3dda8db583 (diff)
parentf0024d8c0dbe5dcb2551bf2433af39ffe7cb8f7a (diff)
downloademacs-b795172d4c222b4fec6f9dbf1be726d27ca56df1.tar.gz
emacs-b795172d4c222b4fec6f9dbf1be726d27ca56df1.zip
merge from trunk
Diffstat (limited to 'admin/cus-test.el')
-rw-r--r--admin/cus-test.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 6b8ec9abe02..54d26cc11d6 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -202,6 +202,8 @@ The detected problematic options are stored in `cus-test-errors'."
202 202
203 ;; Check the values 203 ;; Check the values
204 (mapc (lambda (value) 204 (mapc (lambda (value)
205 ;; TODO for booleans, check for values that can be
206 ;; evaluated and are not t or nil. Usually a bug.
205 (unless (widget-apply conv :match value) 207 (unless (widget-apply conv :match value)
206 (setq mismatch 'mismatch))) 208 (setq mismatch 'mismatch)))
207 values) 209 values)