ソースを参照

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.