org-element: Fix macro parsing with protected commas7.9.3e
commit592dc2ee7e4c80b9b61efb77117c8dc22d6cefd1
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 31 Jan 2013 21:15:15 +0000 (31 22:15 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 31 Jan 2013 21:15:39 +0000 (31 22:15 +0100)
tree09c77a16edfbd966b0d549f75ea5c37ac1a13239
parent4259ea9fe5ace9436a51fddd3734665c2c3f0732
org-element: Fix macro parsing with protected commas

* lisp/org-element.el (org-element-macro-parser): Fix error when last
  argument ends with a protected comma.
* testing/lisp/test-org-element.el (test-org-element/macro-parser):
  Add tests.
lisp/org-element.el
testing/lisp/test-org-element.el