org-e-odt: Silence byte-compiler

* contrib/lisp/org-e-odt.el (org-e-odt--export-wrap):
  `org-conditon-case-unless-debug' has been removed since
  e8f5b0ad72.
This commit is contained in:
Nicolas Goaziou 2013-01-14 20:52:21 +01:00
parent 626212af0e
commit be0d87ddb7
1 changed files with 1 additions and 1 deletions

View File

@ -4014,7 +4014,7 @@ contextual information."
;; Delete temporary directory and also other embedded
;; files that get copied there.
(delete-directory org-e-odt-zip-dir t)))))
(org-condition-case-unless-debug err
(condition-case err
(progn
(unless (executable-find "zip")
;; Not at all OSes ship with zip by default