Fix bug in org-babel-execute-src-block
commit4d763f35f5ff061e717fad1c8702557a0089e0d9
authorAaron Ecay <aaronecay@gmail.com>
Thu, 18 Apr 2013 08:02:47 +0000 (18 04:02 -0400)
committerBastien Guerry <bzg@altern.org>
Thu, 18 Apr 2013 08:48:57 +0000 (18 10:48 +0200)
treebcec558733f2177589dfe0ee12a448d76fc6064e
parent25869e5670942f069cd3b4c3612610711fd28cca
Fix bug in org-babel-execute-src-block

* lisp/ob-core.el (org-babel-execute-src-block): Use `copy-tree'
to prevent setf from modifying users variables withing let-bound
`info' variable.

Otherwise, the setf calls in this function can reach into and change
other configuration variables, such as the library of babel.
lisp/ob-core.el