Преглед изворни кода

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))
 		     xml-files))
 	     ;; delete temporary directory.
 	     ;; delete temporary directory.
 	     (delete-directory org-odt-zip-dir t)))))
 	     (delete-directory org-odt-zip-dir t)))))
-     (condition-case-unless-debug err
+     (condition-case-no-debug err
 	 (prog1 (progn ,@body)
 	 (prog1 (progn ,@body)
 	   (funcall --cleanup-xml-buffers))
 	   (funcall --cleanup-xml-buffers))
        ((quit error)
        ((quit error)