diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-04-09 19:27:28 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-04-09 19:27:28 +0000 |
commit | 620c3a2ca1686fbec7d8ebfde4333fece927d8cd (patch) | |
tree | 5bd4fe7ccfd3e8a9d435892f98205783a3173782 /test.el | |
parent | 3bf30f9cebb0401e3868356e57eff3b6642a6d88 (diff) |
Break page in test.el before indentation regression tests.
Ignore-this: 712152db7535bf4cebe20a3d1d0417e
darcs-hash:20110409192728-00fcc-a18574a39aea8bf77a5ad11da2b9c88612ad1dd7
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ Four arguments: the paredit command, the text of the buffer (";foo\n|(bar\n baz)" error) (";;|foo(" ";|foo(" error) )) - + (defun paredit-canary-indent-method (state indent-point normal-indent) (check-parens) nil) |