branch: elpa/paredit
commit aa42c19ac4fdd4bed22ab4c6dff93bf5a86dca3f
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Tweak a `paredit-reindent-defun' test slightly.
Ignore-this: ddb4695b0f360dc64ce0740fc499dcbc
darcs-hash:20110412132309-00fcc-a82f9d8806377c35cfd2cdc12cf9bac2d41b2b95
---
test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test.el b/test.el
index 6cc5462..746bce0 100644
--- a/test.el
+++ b/test.el
@@ -206,7 +206,7 @@ Four arguments: the paredit command, the text of the buffer
"(define (square x)\n (* x x))|")
("(define (square x)\n (* x x))|\n(frob\n wotz)"
"(define (square x)\n (* x x))|\n(frob\n wotz)")
- ("(define (square x)\n (* x x))\n|(frob\n wotz)"
+ ("(define (square x)\n (* x x))\n|(frob\n wotz)"
"(define (square x)\n (* x x))\n|(frob\n wotz)")
("(define (square x)\n | (* x x))"
"(define (square x)\n | (* x x))")