Selaa lähdekoodia

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
Dan Davison 14 vuotta sitten
vanhempi
commit
a5f0bb404f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lisp/ob-octave.el

+ 1 - 1
lisp/ob-octave.el

@@ -161,7 +161,7 @@ create. Return the initialized session."
 	  (current-buffer))))))
 	  (current-buffer))))))
 
 
 (defun org-babel-octave-evaluate
 (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.
   "Pass BODY to the octave process in SESSION.
 If RESULT-TYPE equals 'output then return the outputs of the
 If RESULT-TYPE equals 'output then return the outputs of the
 statements in BODY, if RESULT-TYPE equals 'value then return the
 statements in BODY, if RESULT-TYPE equals 'value then return the