summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-07-21 11:11:33 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-07-21 11:11:33 -0600
commit4f094db113fc5600e32dd809498b99e03016ca45 (patch)
tree8a45a4d5babf5549beda45f2bc32f5705b09a2ad
parent4b6bfab81741552697c4666488bcad00e33bc881 (diff)
downloadorg-mode-4f094db113fc5600e32dd809498b99e03016ca45.tar.gz
fixed self-proclaimed file name in ob-maxima
* lisp/ob-maxima.el: Fixed self-proclaimed file name.
-rw-r--r--lisp/ob-maxima.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ob-maxima.el b/lisp/ob-maxima.el
index 6bd5d39..52577f0 100644
--- a/lisp/ob-maxima.el
+++ b/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