branch: externals/validate
commit 58ad12e4018c229a1de98e85efbc8e7e5d655ab1
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Increase print-length by 1
---
validate.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/validate.el b/validate.el
index eb78567..0682e84 100644
--- a/validate.el
+++ b/validate.el
@@ -147,7 +147,7 @@ If they don't match, return an explanation."
(concat "the following values don't match any of
the options:\n "
(mapconcat (lambda (x) (format "%s" x))
value "\n "))))))))))
(when r
- (let ((print-length 4)
+ (let ((print-length 5)
(print-level 2))
(format "Looking for `%S' in `%S' failed because:\n%s"
schema value