diff options
| -rw-r--r-- | test.el | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -186,9 +186,9 @@ Four arguments: the paredit command, the text of the buffer      (";|;(foo)" "|;(foo)")      (";;|(foo)" ";|(foo)" "|(foo)")      (";foo\n|(bar)\n(baz\n quux)" ";foo|(bar)\n(baz\n quux)") -    ;; (";foo\n|(bar\n baz)" error) +    (";foo\n|(bar\n baz)" error)      (";;|foo(" ";|foo(") -    ;; (";;|foo(" ";|foo(" error) +    (";;|foo(" ";|foo(" error)      ))  (defun paredit-canary-indent-method (state indent-point normal-indent)  | 
