瀏覽代碼

org-e-odt: Fix code typo

* contrib/lisp/org-e-odt.el (org-e-odt--export-wrap): Fix parenthesis
  mismatch.
Nicolas Goaziou 12 年之前
父節點
當前提交
cef4e582c2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      contrib/lisp/org-e-odt.el

+ 0 - 1
contrib/lisp/org-e-odt.el

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