浏览代码

Merge branch 'maint'

Bastien Guerry 11 年之前
父节点
当前提交
baa60de32d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/lisp/ob-oz.el

+ 1 - 1
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.