Signal an error when a circular macro expansion happens
commit6290da183c5b01962f2f2dad453a4aef1f55b34b
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 30 Oct 2012 08:24:55 +0000 (30 09:24 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 30 Oct 2012 08:24:55 +0000 (30 09:24 +0100)
tree6f5ad30a130a553576edf67f4b18bcbaa2f3e7d7
parent1f3a2c42c6317a4b0e97b237f079c51f0028cc90
Signal an error when a circular macro expansion happens

* lisp/org.el (org-macro-replace-all): Signal an error when a circular
  macro expansion happens.
(org-macro-initialize-templates): Fix docstring.
* testing/lisp/test-org.el: Add test.
lisp/org.el
testing/lisp/test-org.el