testing/org-test.el: Fix `org-test-with-temp-text'.
commit8f3b8ee44c9aad29bf0ccac59616567f9fba9eb8
authorBastien Guerry <bzg@altern.org>
Sat, 15 Dec 2012 07:00:30 +0000 (15 08:00 +0100)
committerBastien Guerry <bzg@altern.org>
Sat, 15 Dec 2012 07:00:30 +0000 (15 08:00 +0100)
tree979505848ab6b64612d5deffe597cf56681dd0ee
parent0b44eb6961323de8254976f7f7ee973078cd2103
testing/org-test.el: Fix `org-test-with-temp-text'.

* org-test.el (org-test-with-temp-text): No need to kill a
temporary buffer.  Don't use (prog1 ,@body ...), only expand
,@body.

Thanks to Nick Dokos for pointing this.
testing/org-test.el