summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-08-01 12:17:47 -0400
committerDan Davison <davison@stats.ox.ac.uk>2010-08-01 12:17:47 -0400
commita5f0bb404ff14ed091191e54a969da2eb77213ee (patch)
treea97b8733554ccd5980efa6a6945a0e911bffecb1
parent0cafae6a6af57e8f7aaade6e3b2b230ca4e76352 (diff)
downloadorg-mode-a5f0bb404ff14ed091191e54a969da2eb77213ee.tar.gz
babel: octave: Fix formal argument list
2010-08-01 Dan Davison <davison@stats.ox.ac.uk> * ob-octave.el (org-babel-octave-evaluate): Fix formal argument list
-rw-r--r--lisp/ob-octave.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-octave.el b/lisp/ob-octave.el
index fb7b293..f3cbf95 100644
--- a/lisp/ob-octave.el
+++ b/lisp/ob-octave.el
@@ -161,7 +161,7 @@ create. Return the initialized session."
(current-buffer))))))
(defun org-babel-octave-evaluate
- (session body result-type lang &optional matlabp)
+ (session body result-type &optional matlabp)
"Pass BODY to the octave process in SESSION.
If RESULT-TYPE equals 'output then return the outputs of the
statements in BODY, if RESULT-TYPE equals 'value then return the