소스 검색

* 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.
Bastien Guerry 11 년 전
부모
커밋
9469f366cd
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.