babel: ob-oz is now up to date with the new naming schema

* contrib/babel/langs/ob-oz.el (ob-oz): brought ob-oz up to date with
  new naming schema
This commit is contained in:
Eric Schulte 2010-06-23 16:40:48 -07:00
parent b6e9c6a996
commit ec8edda165
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
;;; org-babel-oz.el --- org-babel functions for Oz evaluation ;;; ob-oz.el --- org-babel functions for Oz evaluation
;; Copyright (C) 2009 Torsten Anders and Eric Schulte ;; Copyright (C) 2009 Torsten Anders and Eric Schulte
@ -88,7 +88,7 @@
;; ;;
(require 'org-babel) (require 'ob)
;;; major mode for editing Oz programs ;;; major mode for editing Oz programs
(require 'mozart) (require 'mozart)
@ -302,5 +302,5 @@ Emacs-lisp table, otherwise return the results as a string."
(error "org-babel-oz-table-or-string unimplemented")) (error "org-babel-oz-table-or-string unimplemented"))
(provide 'org-babel-oz) (provide 'ob-oz)
;;; org-babel-oz.el ends here ;;; org-babel-oz.el ends here