org-e-odt: Fix code typo

* contrib/lisp/org-e-odt.el (org-e-odt--export-wrap): Fix parenthesis
  mismatch.
This commit is contained in:
Nicolas Goaziou 2013-01-30 14:16:00 +01:00
parent f518bc8f81
commit cef4e582c2
1 changed files with 0 additions and 1 deletions

View File

@ -4014,7 +4014,6 @@ contextual information."
;; Delete temporary directory and also other embedded ;; Delete temporary directory and also other embedded
;; files that get copied there. ;; files that get copied there.
(delete-directory org-e-odt-zip-dir t))))) (delete-directory org-e-odt-zip-dir t)))))
(condition-case err
(condition-case err (condition-case err
(progn (progn
(unless (executable-find "zip") (unless (executable-find "zip")