ob-core: remove cruft
commit84e3f23b9a0f3bd1d782d30ed2d4946d5ae8fff7
authorAaron Ecay <aaronecay@gmail.com>
Sun, 14 Feb 2016 15:20:39 +0000 (14 15:20 +0000)
committerAaron Ecay <aaronecay@gmail.com>
Mon, 22 Feb 2016 16:04:08 +0000 (22 16:04 +0000)
tree9bd7dbe9726bd6818e52b9a61564e2957f232cd9
parent848a87634d3d2d8de9e0403867a780897db63a73
ob-core: remove cruft

* lisp/ob-core.el (org-babel-execute-src-block): Simplify.
(org-babel-tramp-handle-call-process-region): Remove.

Commit 57104f9f changed an org-flet to a let, rendering the whole
apparatus of modifying call-process-region inoperative.  Supposedly this
was put in place to work around a bug in
tramp-handle-call-process-region, which was removed from tramp in
2012 (after being renamed to tramp-sh-call-process-region).  *shrug*
This commit just removes the whole thing.

It also no longer consults ‘org-src-lang-modes’, following on from
commit 6287416.
lisp/ob-core.el