summaryrefslogtreecommitdiff
path: root/lisp/org/ob-maxima.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-maxima.el')
-rw-r--r--lisp/org/ob-maxima.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/org/ob-maxima.el b/lisp/org/ob-maxima.el
index 5d38cc301ad..c30b702a1ed 100644
--- a/lisp/org/ob-maxima.el
+++ b/lisp/org/ob-maxima.el
@@ -27,9 +27,7 @@
;; Org-Babel support for evaluating maxima entries.
;;
;; This differs from most standard languages in that
-;;
;; 1) there is no such thing as a "session" in maxima
-;;
;; 2) we are adding the "cmdline" header argument
;;; Code:
@@ -125,9 +123,6 @@ of the same value."
(concat "[" (mapconcat #'org-babel-maxima-elisp-to-maxima val ", ") "]")
(format "%s" val)))
-
(provide 'ob-maxima)
-
-
;;; ob-maxima.el ends here