Explorar o código

removed the result-params from the let in org-babel-gnuplot,

  keeping the vars line in the let for now because of the peculiar
  handling of the vars in gnuplot.
Eric Schulte %!s(int64=16) %!d(string=hai) anos
pai
achega
e5b2e307fa
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lisp/langs/org-babel-gnuplot.el

+ 0 - 1
lisp/langs/org-babel-gnuplot.el

@@ -66,7 +66,6 @@ variable names and the value to be used in the gnuplot code."
 called by `org-babel-execute-src-block' via multiple-value-bind."
   (message "executing Gnuplot source code block")
   (let* ((vars (org-babel-gnuplot-process-vars params))
-         (result-params (split-string (or (cdr (assoc :results params)) "")))
          (out-file (cdr (assoc :file params)))
          (term (or (cdr (assoc :term params))
                    (when out-file (file-name-extension out-file))))