branch: elpa/paredit
commit 3ce96a48102c2467376753910a4851d59fe25c86
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Fix format arguments in `paredit-check-region-state-comment'.
Ignore-this: f5607d677b62ab6ba13a1c527a574690
darcs-hash:20100918233204-00fcc-c94437a17b4a7933bcc5c34cbab97836a381729d
---
paredit.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/paredit.el b/paredit.el
index 4a3a31e..1660bbb 100644
--- a/paredit.el
+++ b/paredit.el
@@ -1673,7 +1673,8 @@ If that text is imbalanced, signal an error instead."
(cond ((and (integerp beginning-comment-state)
(integerp end-comment-state))
(format "depth %S at start, depth %S at end."
- beginning-comment-state))
+ beginning-comment-state
+ end-comment-state))
((integerp beginning-comment-state)
"start in nested comment, end otherwise.")
((integerp end-comment-state)