aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 7d882837abc..b08da8da029 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2332,7 +2332,6 @@ interpreter is run. Variables
2332`python-shell-font-lock-enable', 2332`python-shell-font-lock-enable',
2333`python-shell-completion-setup-code', 2333`python-shell-completion-setup-code',
2334`python-shell-completion-string-code', 2334`python-shell-completion-string-code',
2335`python-shell-completion-module-string-code',
2336`python-eldoc-setup-code', `python-eldoc-string-code', 2335`python-eldoc-setup-code', `python-eldoc-string-code',
2337`python-ffap-setup-code' and `python-ffap-string-code' can 2336`python-ffap-setup-code' and `python-ffap-string-code' can
2338customize this mode for different Python interpreters. 2337customize this mode for different Python interpreters.
@@ -2408,7 +2407,7 @@ killed."
2408 interpreter nil args)) 2407 interpreter nil args))
2409 (python-shell--parent-buffer (current-buffer)) 2408 (python-shell--parent-buffer (current-buffer))
2410 (process (get-buffer-process buffer)) 2409 (process (get-buffer-process buffer))
2411 ;; As the user may have overriden default values for 2410 ;; As the user may have overridden default values for
2412 ;; these vars on `run-python', let-binding them allows 2411 ;; these vars on `run-python', let-binding them allows
2413 ;; to have the new right values in all setup code 2412 ;; to have the new right values in all setup code
2414 ;; that's is done in `inferior-python-mode', which is 2413 ;; that's is done in `inferior-python-mode', which is