diff options
| author | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
| commit | adf2fc4a01efe77d73cd52bc9173914ed56ff531 (patch) | |
| tree | a5a280a5554a7bffeaf94fccae29fa3ac1a5d066 /admin/cus-test.el | |
| parent | 63191d9f2043d2e67657e85a7b3842805dd1dad6 (diff) | |
| parent | 38726039b77db432989fed106c88e9f1aa463281 (diff) | |
| download | emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.tar.gz emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.zip | |
Merge from mainline.
Diffstat (limited to 'admin/cus-test.el')
| -rw-r--r-- | admin/cus-test.el | 2 |
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) |