summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-12-22 09:25:58 +0100
committerBastien Guerry <bzg@altern.org>2013-12-22 09:25:58 +0100
commit9469f366cdf68564907d005ee0dc0df88cc30a18 (patch)
tree1e14242f23d59663272a5c4cacb882f59b84e3f4
parent22af33a015ad4cd6e9ec7330c2d04131cb774aa8 (diff)
downloadorg-mode-9469f366cdf68564907d005ee0dc0df88cc30a18.tar.gz
* contrib/lisp/ob-oz.el (mozart): Don't throw an error
* contrib/lisp/ob-oz.el (mozart): Don't throw an error if the mozart library is not present in the load-path.
-rw-r--r--contrib/lisp/ob-oz.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ob-oz.el b/contrib/lisp/ob-oz.el
index ce8e8a6..1743e50 100644
--- a/contrib/lisp/ob-oz.el
+++ b/contrib/lisp/ob-oz.el
@@ -90,7 +90,7 @@
(require 'ob)
;;; major mode for editing Oz programs
-(require 'mozart)
+(require 'mozart nil t)
;;
;; Interface to communicate with Oz.