Move macro expansion code into its own library
commit48da6a46e0b9ccb090b38500b69620ef0945a979
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 16 Feb 2013 13:03:59 +0000 (16 14:03 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 16 Feb 2013 14:55:30 +0000 (16 15:55 +0100)
treea0a7854295bbf3a7702a93f7f49d71971adf1075
parentf33d90fb28500b5794905af75a457f39232b13fd
Move macro expansion code into its own library

* lisp/org-macro.el: New file.
* lisp/org.el: Remove macro code.
* lisp/ox.el: Require new library
* testing/lisp/test-org-macro.el: New file.
* testing/lisp/test-org.el: Remove macro test.
lisp/org-macro.el [new file with mode: 0644]
lisp/org.el
lisp/ox.el
testing/lisp/test-org-macro.el [new file with mode: 0644]
testing/lisp/test-org.el