From 9469f366cdf68564907d005ee0dc0df88cc30a18 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 22 Dec 2013 09:25:58 +0100 Subject: [PATCH] * 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. --- contrib/lisp/ob-oz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/ob-oz.el b/contrib/lisp/ob-oz.el index ce8e8a60d..1743e50e5 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. -- 2.11.4.GIT