summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-03-29 15:12:51 -0600
committerEric Schulte <schulte.eric@gmail.com>2013-03-29 15:12:57 -0600
commitd136eb20c7993ca5584f9f72d02eb3a8a3c3b1cc (patch)
tree248a655e361c0e1d5b3e587b6bb24a85f1311153
parent7736c2d7fb8f6686664c8890ae17fe317aadf003 (diff)
downloadorg-mode-d136eb20c7993ca5584f9f72d02eb3a8a3c3b1cc.tar.gz
fixed a bug pointed out by Gary Oberbrunner
* lisp/ob-python.el (org-babel-python-initiate-session-by-key): Fixed a bug pointed out by Gary Oberbrunner.
-rw-r--r--lisp/ob-python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index 6829905..eca4c82 100644
--- a/lisp/ob-python.el
+++ b/lisp/ob-python.el
@@ -208,7 +208,7 @@ then create. Return the initialized session."
(concat "Python-" (symbol-name session))))
(py-which-bufname bufname))
(py-shell)
- (setq python-buffer (org-babel-python-earmufs bufname))))
+ (setq python-buffer (org-babel-python-with-earmufs bufname))))
(t
(error "No function available for running an inferior Python")))
(setq org-babel-python-buffers