* 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.
This commit is contained in:
Bastien Guerry 2013-12-22 09:25:58 +01:00
parent 22af33a015
commit 9469f366cd
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
(require 'ob)
;;; major mode for editing Oz programs
(require 'mozart)
(require 'mozart nil t)
;;
;; Interface to communicate with Oz.