New compatibility function `org-delete-directory'
commit58999598edf58805760ec3b81370b1dc68a5adcc
authorBastien Guerry <bzg@altern.org>
Mon, 24 Dec 2012 12:51:48 +0000 (24 13:51 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 24 Dec 2012 12:51:48 +0000 (24 13:51 +0100)
treeca9098edd8b387c6fc1161e42a07c235daa91f1f
parent317a96a4714e648652045b3fddca004fddeb890f
New compatibility function `org-delete-directory'

* org-compat.el (org-delete-directory): New compatibility
function for Emacs 22, where `delete-directory' does not
support recursive deletion.

* org-odt.el (org-odt-cleanup-xml-buffers): Use the new
compatibility function.

Thanks to Achim and Jambunathan for suggesting this.
lisp/org-compat.el
lisp/org-odt.el