diff options
| -rw-r--r-- | test.el | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -75,7 +75,8 @@ Three arguments: the paredit command, the text of the buffer  (paredit-test-bracketed '((paredit-open-round ?\( ?\))                            (paredit-open-square ?\[ ?\])                            (paredit-open-curly ?\{ ?\}) -                          (paredit-open-angled ?\< ?\>)) +                          ;; (paredit-open-angled ?\< ?\>) +                          )    '(("(foo|bar)" "(foo (|) bar)")      ("(foo| bar)" "(foo (|) bar)")      ("(foo |bar)" "(foo (|) bar)") | 
