Fix missing parameters for python-shell-send-region-switch

This commit is contained in:
syl20bnr 2015-02-17 22:00:26 -05:00
parent 3fc48f40e2
commit 04054b75e7

View file

@ -191,7 +191,7 @@ which require an initialization must be listed explicitly in the list.")
(python-shell-switch-to-shell)
(evil-insert-state))
(defun python-shell-send-region-switch ()
(defun python-shell-send-region-switch (start end)
"Send region content to shell and switch to it in insert mode."
(interactive "r")
(python-shell-send-region start end)