Fix error when filling consecutive comments
commitc78fa35252762f3b085fd987d5e8c161546c82ee
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 9 Jul 2013 11:49:17 +0000 (9 13:49 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 9 Jul 2013 11:52:00 +0000 (9 13:52 +0200)
tree2e35243c4e5561369d3d3ca5ccb735cf65964247
parenteb37142b14fba90e492ef910026bcadfa5b0aa9b
Fix error when filling consecutive comments

* lisp/org.el (org-fill-paragraph): Do not mix consecutive comments
  when filling any of them.
* testing/lisp/test-org.el: Add test.

Thanks to Samuel Wales for reporting it.
lisp/org.el
testing/lisp/test-org.el