From 7a34c56e5226ee660f4775feb4cb68bbb044cd74 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Dec 2019 16:21:08 -0500 Subject: [PATCH] lang/python: don't update buffer-dedicated REPLs --- modules/lang/python/autoload/python.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lang/python/autoload/python.el b/modules/lang/python/autoload/python.el index b799441a0..6cfd0429b 100644 --- a/modules/lang/python/autoload/python.el +++ b/modules/lang/python/autoload/python.el @@ -16,8 +16,8 @@ python-shell-interpreter python-shell-interpreter-args)) (python-shell-interpreter pipenv)) - (run-python nil t t)) - (run-python nil t t))))) + (run-python nil nil t)) + (run-python nil nil t))))) ;;;###autoload (defun +python/open-ipython-repl ()