diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-05-05 19:28:42 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-05-05 19:28:42 -0400 |
commit | 2c2a5bc8de94fac1e396a75d05ae9daa2104b1bc (patch) | |
tree | a1ad8622b8f72eb2b82196e8766217024b49a5f3 | |
parent | af79eebdb6ce0a490f5299655def6ca59c544a38 (diff) | |
download | org-link-edit-2c2a5bc8de94fac1e396a75d05ae9daa2104b1bc.tar.gz |
tests: Welcome back a stranded paren
-rw-r--r-- | test-org-link-edit.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test-org-link-edit.el b/test-org-link-edit.el index 7e4d2af..bf3435b 100644 --- a/test-org-link-edit.el +++ b/test-org-link-edit.el @@ -551,8 +551,7 @@ website" "Here is Org's website <point>http://orgmode.org/" (org-link-edit-transport-next-link nil (point-min) (point)) - (buffer-string))) - ) + (buffer-string)))) ;;; Other |