Browse Source

fixed self-proclaimed file name in ob-maxima

* lisp/ob-maxima.el: Fixed self-proclaimed file name.
Eric Schulte 13 years ago
parent
commit
4f094db113
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/ob-maxima.el

+ 2 - 2
lisp/ob-maxima.el

@@ -1,4 +1,4 @@
-;;; org-babel-maxima.el --- org-babel functions for maxima evaluation
+;;; ob-maxima.el --- org-babel functions for maxima evaluation
 
 ;; Copyright (c) 2009, 2010, 2011 Eric S Fraga, Eric Schulte
 
@@ -77,4 +77,4 @@ called by `org-babel-execute-src-block'."
 
 ;; arch-tag: d86c97ac-7eab-4349-8d8b-302dd09779a8
 
-;;; org-babel-maxima.el ends here
+;;; ob-maxima.el ends here