소스 검색

Merge remote-tracking branch 'origin/maint'

Jambunathan K 13 년 전
부모
커밋
963b1c53bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-odt.el

+ 1 - 1
lisp/org-odt.el

@@ -445,7 +445,7 @@ variable, the list of valid values are populated based on
 		     xml-files))
 	     ;; delete temporary directory.
 	     (delete-directory org-odt-zip-dir t)))))
-     (condition-case-unless-debug err
+     (condition-case-no-debug err
 	 (prog1 (progn ,@body)
 	   (funcall --cleanup-xml-buffers))
        ((quit error)